#FCCADA

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

Shades of Pink Lace #FCCADA

Tints of Pink Lace #FCCADA

Color information

#FCCADA (or 0xFCCADA) is unknown color: approx Pink Lace. HEX triplet: FC, CA and DA. RGB value is (252,202,218). Sum of RGB (Red+Green+Blue) = 252+202+218=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCADA is #033525. Grayscale: #DADADA. Windows color (decimal): -210214 or 14338812. OLE color: 14338812.

HSL color Cylindrical-coordinate representation of color #FCCADA: hue angle of 340.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCADA is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252202218-
CMYK00.200.130.01
HSL340.8º89.29%89.02%-
HSV(B)340.8º19.84%98.82%-
XYZ73.926875.56-
YUV218.77127.56151.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 202 (79.30% from 255) = 30.06%
BLUE value IS 218 (85.55% from 255) = 32.44%
R=37.5%
G=30.06%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220221800.200.130.01340.889.2989.02
HexFCCADA014D11555959
Octal374312332024151525131131
Binary1111110011001010110110100101001101110101010110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCADA; }

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

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

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

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

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

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

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

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