#FACAD3

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

Shades of Pink Lace #FACAD3

Tints of Pink Lace #FACAD3

Color information

#FACAD3 (or 0xFACAD3) is unknown color: approx Pink Lace. HEX triplet: FA, CA and D3. RGB value is (250,202,211). Sum of RGB (Red+Green+Blue) = 250+202+211=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAD3 is #05352C. Grayscale: #D9D9D9. Windows color (decimal): -341293 or 13880058. OLE color: 13880058.

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

Color convert

RGB250202211-
CMYK00.190.160.02
HSL348.75º82.76%88.63%-
HSV(B)348.75º19.2%98.04%-
XYZ72.367.2770.8-
YUV217.38124.4151.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 202 (79.30% from 255) = 30.47%
BLUE value IS 211 (82.81% from 255) = 31.83%
R=37.71%
G=30.47%
B=31.83%

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
Decimal25020221100.190.160.02348.7582.7688.63
HexFACAD301310215d5359
Octal372312323023202535123131
Binary111110101100101011010011010011100001010101110110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAD3; }

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

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

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

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

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

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

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

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