#FDCADF

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

Shades of Classic Rose #FDCADF

Tints of Classic Rose #FDCADF

Color information

#FDCADF (or 0xFDCADF) is unknown color: approx Classic Rose. HEX triplet: FD, CA and DF. RGB value is (253,202,223). Sum of RGB (Red+Green+Blue) = 253+202+223=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCADF is #023520. Grayscale: #DBDBDB. Windows color (decimal): -144673 or 14666493. OLE color: 14666493.

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

Color convert

RGB253202223-
CMYK00.200.120.01
HSL335.29º92.73%89.22%-
HSV(B)335.29º20.16%99.22%-
XYZ74.9568.4579.07-
YUV219.64129.9151.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 202 (79.30% from 255) = 29.79%
BLUE value IS 223 (87.5% from 255) = 32.89%
R=37.32%
G=29.79%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320222300.200.120.01335.2992.7389.22
HexFDCADF014C114f5d59
Octal375312337024141517135131
Binary1111110111001010110111110101001100110100111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCADF; }

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

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

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

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

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

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

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

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