#FACCD4

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

Shades of Pink Lace #FACCD4

Tints of Pink Lace #FACCD4

Color information

#FACCD4 (or 0xFACCD4) is unknown color: approx Pink Lace. HEX triplet: FA, CC and D4. RGB value is (250,204,212). Sum of RGB (Red+Green+Blue) = 250+204+212=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCD4 is #05332B. Grayscale: #DADADA. Windows color (decimal): -340780 or 13946106. OLE color: 13946106.

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

Color convert

RGB250204212-
CMYK00.180.150.02
HSL349.57º82.14%89.02%-
HSV(B)349.57º18.4%98.04%-
XYZ72.968.2671.62-
YUV218.67124.24150.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 204 (80.08% from 255) = 30.63%
BLUE value IS 212 (83.20% from 255) = 31.83%
R=37.54%
G=30.63%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020421200.180.150.02349.5782.1489.02
HexFACCD4012F215e5259
Octal372314324022172536122131
Binary11111010110011001101010001001011111010101111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCD4; }

 p { color: rgb(250,204,212); }

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

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

 a { background-color: rgb(250,204,212); }

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

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

 span { border-color: rgb(250,204,212); }

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