#FDCAED

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

Shades of Classic Rose #FDCAED

Tints of Classic Rose #FDCAED

Color information

#FDCAED (or 0xFDCAED) is unknown color: approx Classic Rose. HEX triplet: FD, CA and ED. RGB value is (253,202,237). Sum of RGB (Red+Green+Blue) = 253+202+237=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 202 (79.30% from 255 or 29.19% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAED is #023512. Grayscale: #DDDDDD. Windows color (decimal): -144659 or 15583997. OLE color: 15583997.

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

Color convert

RGB253202237-
CMYK00.200.060.01
HSL318.82º92.73%89.22%-
HSV(B)318.82º20.16%99.22%-
XYZ76.9169.2489.43-
YUV221.24136.9150.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.56%
GREEN value IS 202 (79.30% from 255) = 29.19%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=36.56%
G=29.19%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320223700.200.060.01318.8292.7389.22
HexFDCAED0146113f5d59
Octal37531235502461477135131
Binary111111011100101011101101010100110110011111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAED; }

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

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

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

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

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

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

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

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