#FACAD1

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

Shades of Pink Lace #FACAD1

Tints of Pink Lace #FACAD1

Color information

#FACAD1 (or 0xFACAD1) is unknown color: approx Pink Lace. HEX triplet: FA, CA and D1. RGB value is (250,202,209). Sum of RGB (Red+Green+Blue) = 250+202+209=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAD1 is #05352E. Grayscale: #D9D9D9. Windows color (decimal): -341295 or 13748986. OLE color: 13748986.

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

Color convert

RGB250202209-
CMYK00.190.160.02
HSL351.25º82.76%88.63%-
HSV(B)351.25º19.2%98.04%-
XYZ72.0567.1769.49-
YUV217.15123.4151.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 209 (82.03% from 255) = 31.62%
R=37.82%
G=30.56%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020220900.190.160.02351.2582.7688.63
HexFACAD101310215f5359
Octal372312321023202537123131
Binary111110101100101011010001010011100001010101111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAD1; }

 p { color: rgb(250,202,209); }

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

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

 a { background-color: rgb(250,202,209); }

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

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

 span { border-color: rgb(250,202,209); }

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