#FACADA

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

Shades of Pink Lace #FACADA

Tints of Pink Lace #FACADA

Color information

#FACADA (or 0xFACADA) is unknown color: approx Pink Lace. HEX triplet: FA, CA and DA. RGB value is (250,202,218). Sum of RGB (Red+Green+Blue) = 250+202+218=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FACADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACADA is #053525. Grayscale: #DADADA. Windows color (decimal): -341286 or 14338810. OLE color: 14338810.

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

Color convert

RGB250202218-
CMYK00.190.130.02
HSL340º82.76%88.63%-
HSV(B)340º19.2%98.04%-
XYZ73.267.6375.52-
YUV218.18127.9150.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=37.31%
G=30.15%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020221800.190.130.0234082.7688.63
HexFACADA013D21545359
Octal372312332023152524123131
Binary11111010110010101101101001001111011010101010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACADA; }

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

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

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

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

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

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

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

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