#FDCADA

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

Shades of Pink Lace #FDCADA

Tints of Pink Lace #FDCADA

Color information

#FDCADA (or 0xFDCADA) is unknown color: approx Pink Lace. HEX triplet: FD, CA and DA. RGB value is (253,202,218). Sum of RGB (Red+Green+Blue) = 253+202+218=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCADA is #023525. Grayscale: #DBDBDB. Windows color (decimal): -144678 or 14338813. OLE color: 14338813.

HSL color Cylindrical-coordinate representation of color #FDCADA: hue angle of 341.18º degrees, saturation: 0.93, 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 #FDCADA is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253202218-
CMYK00.200.140.01
HSL341.18º92.73%89.22%-
HSV(B)341.18º20.16%99.22%-
XYZ74.2868.1975.58-
YUV219.07127.4152.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 202 (79.30% from 255) = 30.01%
BLUE value IS 218 (85.55% from 255) = 32.39%
R=37.59%
G=30.01%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320221800.200.140.01341.1892.7389.22
HexFDCADA014E11555d59
Octal375312332024161525135131
Binary1111110111001010110110100101001110110101010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCADA; }

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

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

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

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

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

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

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

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