#FACFD5

Color #FACFD5 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #FACFD5

Tints of Pink Lace #FACFD5

Color information

#FACFD5 (or 0xFACFD5) is unknown color: approx Pink Lace. HEX triplet: FA, CF and D5. RGB value is (250,207,213). Sum of RGB (Red+Green+Blue) = 250+207+213=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFD5 is #05302A. Grayscale: #DCDCDC. Windows color (decimal): -340011 or 14012410. OLE color: 14012410.

HSL color Cylindrical-coordinate representation of color #FACFD5: hue angle of 351.63º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFD5 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB250207213-
CMYK00.170.150.02
HSL351.63º81.13%89.61%-
HSV(B)351.63º17.2%98.04%-
XYZ73.7569.7572.53-
YUV220.54123.75149.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 207 (81.25% from 255) = 30.90%
BLUE value IS 213 (83.59% from 255) = 31.79%
R=37.31%
G=30.90%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020721300.170.150.02351.6381.1389.61
HexFACFD5011F2160515a
Octal372317325021172540121132
Binary11111010110011111101010101000111111010110000010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFD5; }

 p { color: rgb(250,207,213); }

 H1.HeaderClassName
 {
   color: #FACFD5;
 }
 .AnyTagClassName
 {
   color: #FACFD5;
 }
</style>
background-color css

<style>
 a { background-color: #FACFD5; }

 a { background-color: rgb(250,207,213); }

 div.DivClassName
 {
   background-color: #FACFD5;
 }
 .BgClassName
 {
   background-color: #FACFD5;
 }
</style>
border-color css

<style>
 span { border-color: #FACFD5; }

 span { border-color: rgb(250,207,213); }

 td.TdClassName
 {
   border-color: #FACFD5;
 }
 .TagClassName
 {
   border-color: #FACFD5;
 }
</style>