#FACAD5

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

Shades of Pink Lace #FACAD5

Tints of Pink Lace #FACAD5

Color information

#FACAD5 (or 0xFACAD5) is unknown color: approx Pink Lace. HEX triplet: FA, CA and D5. RGB value is (250,202,213). Sum of RGB (Red+Green+Blue) = 250+202+213=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAD5 is #05352A. Grayscale: #D9D9D9. Windows color (decimal): -341291 or 14011130. OLE color: 14011130.

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

Color convert

RGB250202213-
CMYK00.190.150.02
HSL346.25º82.76%88.63%-
HSV(B)346.25º19.2%98.04%-
XYZ72.5667.3772.13-
YUV217.61125.4151.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 213 (83.59% from 255) = 32.03%
R=37.59%
G=30.38%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020221300.190.150.02346.2582.7688.63
HexFACAD5013F215a5359
Octal372312325023172532123131
Binary11111010110010101101010101001111111010101101010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAD5; }

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

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

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

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

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

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

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

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