#FAC9D7

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

Shades of Pink Lace #FAC9D7

Tints of Pink Lace #FAC9D7

Color information

#FAC9D7 (or 0xFAC9D7) is unknown color: approx Pink Lace. HEX triplet: FA, C9 and D7. RGB value is (250,201,215). Sum of RGB (Red+Green+Blue) = 250+201+215=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 201 (78.91% from 255 or 30.18% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9D7 is #053628. Grayscale: #D9D9D9. Windows color (decimal): -341545 or 14141946. OLE color: 14141946.

HSL color Cylindrical-coordinate representation of color #FAC9D7: hue angle of 342.86º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC9D7 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250201215-
CMYK00.200.140.02
HSL342.86º83.05%88.43%-
HSV(B)342.86º19.6%98.04%-
XYZ72.586773.4-
YUV217.25126.73151.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 201 (78.91% from 255) = 30.18%
BLUE value IS 215 (84.38% from 255) = 32.28%
R=37.54%
G=30.18%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020121500.200.140.02342.8683.0588.43
HexFAC9D7014E21575358
Octal372311327024162527123130
Binary11111010110010011101011101010011101010101011110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9D7; }

 p { color: rgb(250,201,215); }

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

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

 a { background-color: rgb(250,201,215); }

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

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

 span { border-color: rgb(250,201,215); }

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