Color Hex Logo

#facafe Color Hex

#FACAFE
(250,202,254)
0 Favorites   0 Comments

Color spaces of #facafe

RGB 250202254
HSL0.820.960.89
HSV295°20°100°
CMYK 0.020.200.00   0.00
XYZ78.434369.7208103.0895
Yxy69.72080.31220.2775
Hunter Lab83.499021.5498-14.7513
CIE-Lab86.859725.6243-19.0435

#facafe color RGB value is (250,202,254).

#facafe hex color red value is 250, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #facafe hue: 0.82 , saturation: 0.96 and the lightness value of facafe is 0.89.

The process color (four color CMYK) of #facafe color hex is 0.02, 0.20, 0.00, 0.00. Web safe color of #facafe is #ffccff. Color #facafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11111110
Octal 372 312 376
Decimal 250 202 254
Hex FA CA FE

RGB Percentages of Color #facafe

%35.41
%28.61
%35.98

CMYK Percentages of Color #facafe

%2
%20
%0
%0

Triadic Colors of #facafe

#facafe #fefaca #cafefa

Analogous Colors of #facafe

#facafe #fecae8 #e0cafe

Monochromatic Colors of #facafe

#facafe

Complementary Color

#facafe #cefeca

#facafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#facafe Color CSS Codes

.mybgcolor {background-color:#facafe; } 
.myforecolor {color:#facafe; }
.mybordercolor {border:3px solid #facafe; }

#facafe Text Font Color

<p style="color:#facafe">Text here</p>

This sample text font color is #facafe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#facafe Background Color

<div style="background-color:#facafe">
Div content here</div>

This div background color is #facafe


#facafe Border Color

<div style="border:3px solid #facafe">
Div here</div>

This div border color is #facafe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,202,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #facafe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #facafe;
  -webkit-box-shadow: 1px 1px 3px 2px #facafe;
  box-shadow:         1px 1px 3px 2px #facafe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,202,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #facafe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #facafe;
  -webkit-box-shadow: 1px 1px 3px 2px #facafe;
  box-shadow:         1px 1px 3px 2px #facafe;">
Div content here</div>

This div box has shadow with color #facafe

Related Colors

#facafe Color Palettes


Comments

No comments written yet.

Please login to write comment.