#FDC2ED

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

Shades of Classic Rose #FDC2ED

Tints of Classic Rose #FDC2ED

Color information

#FDC2ED (or 0xFDC2ED) is unknown color: approx Classic Rose. HEX triplet: FD, C2 and ED. RGB value is (253,194,237). Sum of RGB (Red+Green+Blue) = 253+194+237=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC2ED is #023D12. Grayscale: #D8D8D8. Windows color (decimal): -146707 or 15581949. OLE color: 15581949.

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

Color convert

RGB253194237-
CMYK00.230.060.01
HSL316.27º93.65%87.65%-
HSV(B)316.27º23.32%99.22%-
XYZ75.0965.5888.82-
YUV216.54139.55154-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.99%
GREEN value IS 194 (76.17% from 255) = 28.36%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=36.99%
G=28.36%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319423700.230.060.01316.2793.6587.65
HexFDC2ED0176113c5e58
Octal37530235502761474136130
Binary111111011100001011101101010111110110011110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC2ED; }

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

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

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

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

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

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

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

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