#FAC9D2

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

Shades of Pink Lace #FAC9D2

Tints of Pink Lace #FAC9D2

Color information

#FAC9D2 (or 0xFAC9D2) is unknown color: approx Pink Lace. HEX triplet: FA, C9 and D2. RGB value is (250,201,210). Sum of RGB (Red+Green+Blue) = 250+201+210=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9D2 is #05362D. Grayscale: #D8D8D8. Windows color (decimal): -341550 or 13814266. OLE color: 13814266.

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

Color convert

RGB250201210-
CMYK00.200.160.02
HSL348.98º83.05%88.43%-
HSV(B)348.98º19.6%98.04%-
XYZ71.9466.7570.07-
YUV216.68124.23151.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 201 (78.91% from 255) = 30.41%
BLUE value IS 210 (82.42% from 255) = 31.77%
R=37.82%
G=30.41%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020121000.200.160.02348.9883.0588.43
HexFAC9D201410215d5358
Octal372311322024202535123130
Binary111110101100100111010010010100100001010101110110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9D2; }

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

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

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

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

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

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

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

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