Color Hex Logo

#facffb Color Hex

#FACFFB
(250,207,251)
0 Favorites   0 Comments

Color spaces of #facffb

RGB 250207251
HSL0.830.850.90
HSV299°18°98°
CMYK 0.000.180.00   0.02
XYZ79.149871.9147100.9761
Yxy71.91470.31400.2853
Hunter Lab84.802518.1972-11.2360
CIE-Lab87.927522.4436-15.8513

#facffb color RGB value is (250,207,251).

#facffb hex color red value is 250, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #facffb hue: 0.83 , saturation: 0.85 and the lightness value of facffb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001111 11111011
Octal 372 317 373
Decimal 250 207 251
Hex FA CF FB

RGB Percentages of Color #facffb

%35.31
%29.24
%35.45

CMYK Percentages of Color #facffb

%0
%18
%0
%2

Triadic Colors of #facffb

#facffb #fbfacf #cffbfa

Analogous Colors of #facffb

#facffb #fbcfe6 #e4cffb

Monochromatic Colors of #facffb

#facffb

Complementary Color

#facffb #d0fbcf

#facffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#facffb Color CSS Codes

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

#facffb Text Font Color

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

This sample text font color is #facffb
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.


#facffb Background Color

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

This div background color is #facffb


#facffb Border Color

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

This div border color is #facffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facffb

Related Colors

#facffb Color Palettes


Comments

No comments written yet.

Please login to write comment.