#FDC5EB

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

Shades of Classic Rose #FDC5EB

Tints of Classic Rose #FDC5EB

Color information

#FDC5EB (or 0xFDC5EB) is unknown color: approx Classic Rose. HEX triplet: FD, C5 and EB. RGB value is (253,197,235). Sum of RGB (Red+Green+Blue) = 253+197+235=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 197 (77.34% from 255 or 28.76% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5EB is #023A14. Grayscale: #D9D9D9. Windows color (decimal): -145941 or 15451645. OLE color: 15451645.

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

Color convert

RGB253197235-
CMYK00.220.070.01
HSL319.29º93.33%88.24%-
HSV(B)319.29º22.13%99.22%-
XYZ75.4766.8187.52-
YUV218.08137.55152.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.93%
GREEN value IS 197 (77.34% from 255) = 28.76%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=36.93%
G=28.76%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319723500.220.070.01319.2993.3388.24
HexFDC5EB0167113f5d58
Octal37530535302671477135130
Binary111111011100010111101011010110111110011111110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5EB; }

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

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

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

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

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

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

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

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