#FDCADD

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

Shades of Classic Rose #FDCADD

Tints of Classic Rose #FDCADD

Color information

#FDCADD (or 0xFDCADD) is unknown color: approx Classic Rose. HEX triplet: FD, CA and DD. RGB value is (253,202,221). Sum of RGB (Red+Green+Blue) = 253+202+221=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCADD is #023522. Grayscale: #DBDBDB. Windows color (decimal): -144675 or 14535421. OLE color: 14535421.

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

Color convert

RGB253202221-
CMYK00.200.130.01
HSL337.65º92.73%89.22%-
HSV(B)337.65º20.16%99.22%-
XYZ74.6868.3477.66-
YUV219.42128.9151.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.43%
GREEN value IS 202 (79.30% from 255) = 29.88%
BLUE value IS 221 (86.72% from 255) = 32.69%
R=37.43%
G=29.88%
B=32.69%

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
Decimal25320222100.200.130.01337.6592.7389.22
HexFDCADD014D11525d59
Octal375312335024151522135131
Binary1111110111001010110111010101001101110101001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCADD; }

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

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

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

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

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

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

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

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