#FACAD7

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

Shades of Pink Lace #FACAD7

Tints of Pink Lace #FACAD7

Color information

#FACAD7 (or 0xFACAD7) is unknown color: approx Pink Lace. HEX triplet: FA, CA and D7. RGB value is (250,202,215). Sum of RGB (Red+Green+Blue) = 250+202+215=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 215 (84.38% from 255 or 32.23% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAD7 is #053528. Grayscale: #D9D9D9. Windows color (decimal): -341289 or 14142202. OLE color: 14142202.

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

Color convert

RGB250202215-
CMYK00.190.140.02
HSL343.75º82.76%88.63%-
HSV(B)343.75º19.2%98.04%-
XYZ72.8167.4773.48-
YUV217.83126.4150.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 215 (84.38% from 255) = 32.23%
R=37.48%
G=30.28%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020221500.190.140.02343.7582.7688.63
HexFACAD7013E21585359
Octal372312327023162530123131
Binary11111010110010101101011101001111101010101100010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAD7; }

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

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

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

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

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

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

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

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