#FAC9D9

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

Shades of Pink Lace #FAC9D9

Tints of Pink Lace #FAC9D9

Color information

#FAC9D9 (or 0xFAC9D9) is unknown color: approx Pink Lace. HEX triplet: FA, C9 and D9. RGB value is (250,201,217). Sum of RGB (Red+Green+Blue) = 250+201+217=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9D9 is #053626. Grayscale: #D9D9D9. Windows color (decimal): -341543 or 14273018. OLE color: 14273018.

HSL color Cylindrical-coordinate representation of color #FAC9D9: hue angle of 340.41º 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 #FAC9D9 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250201217-
CMYK00.200.130.02
HSL340.41º83.05%88.43%-
HSV(B)340.41º19.6%98.04%-
XYZ72.8467.1174.76-
YUV217.48127.73151.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 201 (78.91% from 255) = 30.09%
BLUE value IS 217 (85.16% from 255) = 32.49%
R=37.43%
G=30.09%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020121700.200.130.02340.4183.0588.43
HexFAC9D9014D21545358
Octal372311331024152524123130
Binary11111010110010011101100101010011011010101010010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9D9; }

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

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

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

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

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

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

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

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