#FACAD2

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

Shades of Pink Lace #FACAD2

Tints of Pink Lace #FACAD2

Color information

#FACAD2 (or 0xFACAD2) is unknown color: approx Pink Lace. HEX triplet: FA, CA and D2. RGB value is (250,202,210). Sum of RGB (Red+Green+Blue) = 250+202+210=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAD2 is #05352D. Grayscale: #D9D9D9. Windows color (decimal): -341294 or 13814522. OLE color: 13814522.

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

Color convert

RGB250202210-
CMYK00.190.160.02
HSL350º82.76%88.63%-
HSV(B)350º19.2%98.04%-
XYZ72.1867.2270.14-
YUV217.26123.9151.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 202 (79.30% from 255) = 30.51%
BLUE value IS 210 (82.42% from 255) = 31.72%
R=37.76%
G=30.51%
B=31.72%

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
Decimal25020221000.190.160.0235082.7688.63
HexFACAD201310215e5359
Octal372312322023202536123131
Binary111110101100101011010010010011100001010101111010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAD2; }

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

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

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

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

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

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

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

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