#FDC5EA

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

Shades of Classic Rose #FDC5EA

Tints of Classic Rose #FDC5EA

Color information

#FDC5EA (or 0xFDC5EA) is unknown color: approx Classic Rose. HEX triplet: FD, C5 and EA. RGB value is (253,197,234). Sum of RGB (Red+Green+Blue) = 253+197+234=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 197 (77.34% from 255 or 28.80% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5EA is #023A15. Grayscale: #D9D9D9. Windows color (decimal): -145942 or 15386109. OLE color: 15386109.

HSL color Cylindrical-coordinate representation of color #FDC5EA: hue angle of 320.36º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC5EA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253197234-
CMYK00.220.080.01
HSL320.36º93.33%88.24%-
HSV(B)320.36º22.13%99.22%-
XYZ75.3366.7686.76-
YUV217.96137.05152.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.99%
GREEN value IS 197 (77.34% from 255) = 28.80%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=36.99%
G=28.80%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319723400.220.080.01320.3693.3388.24
HexFDC5EA016811405d58
Octal375305352026101500135130
Binary1111110111000101111010100101101000110100000010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5EA; }

 p { color: rgb(253,197,234); }

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

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

 a { background-color: rgb(253,197,234); }

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

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

 span { border-color: rgb(253,197,234); }

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