#FDCADC

Color #FDCADC Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FDCADC

Tints of Classic Rose #FDCADC

Color information

#FDCADC (or 0xFDCADC) is unknown color: approx Classic Rose. HEX triplet: FD, CA and DC. RGB value is (253,202,220). Sum of RGB (Red+Green+Blue) = 253+202+220=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCADC is #023523. Grayscale: #DBDBDB. Windows color (decimal): -144676 or 14469885. OLE color: 14469885.

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

Color convert

RGB253202220-
CMYK00.200.130.01
HSL338.82º92.73%89.22%-
HSV(B)338.82º20.16%99.22%-
XYZ74.5568.2976.96-
YUV219.3128.4152.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 202 (79.30% from 255) = 29.93%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=37.48%
G=29.93%
B=32.59%

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
Decimal25320222000.200.130.01338.8292.7389.22
HexFDCADC014D11535d59
Octal375312334024151523135131
Binary1111110111001010110111000101001101110101001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCADC; }

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

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

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

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

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

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

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

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