#FAC4D4

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

Shades of Pink Lace #FAC4D4

Tints of Pink Lace #FAC4D4

Color information

#FAC4D4 (or 0xFAC4D4) is unknown color: approx Pink Lace. HEX triplet: FA, C4 and D4. RGB value is (250,196,212). Sum of RGB (Red+Green+Blue) = 250+196+212=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4D4 is #053B2B. Grayscale: #D5D5D5. Windows color (decimal): -342828 or 13944058. OLE color: 13944058.

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

Color convert

RGB250196212-
CMYK00.220.150.02
HSL342.22º84.38%87.45%-
HSV(B)342.22º21.6%98.04%-
XYZ71.0564.5671-
YUV213.97126.89153.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 196 (76.95% from 255) = 29.79%
BLUE value IS 212 (83.20% from 255) = 32.22%
R=37.99%
G=29.79%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019621200.220.150.02342.2284.3887.45
HexFAC4D4016F21565457
Octal372304324026172526124127
Binary11111010110001001101010001011011111010101011010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4D4; }

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

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

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

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

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

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

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

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