#FDC6E8

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

Shades of Classic Rose #FDC6E8

Tints of Classic Rose #FDC6E8

Color information

#FDC6E8 (or 0xFDC6E8) is unknown color: approx Classic Rose. HEX triplet: FD, C6 and E8. RGB value is (253,198,232). Sum of RGB (Red+Green+Blue) = 253+198+232=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 198 (77.73% from 255 or 28.99% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC6E8 is #023917. Grayscale: #DADADA. Windows color (decimal): -145688 or 15255293. OLE color: 15255293.

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

Color convert

RGB253198232-
CMYK00.220.080.01
HSL322.91º93.22%88.43%-
HSV(B)322.91º21.74%99.22%-
XYZ75.2767.185.33-
YUV218.32135.72152.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.04%
GREEN value IS 198 (77.73% from 255) = 28.99%
BLUE value IS 232 (91.02% from 255) = 33.97%
R=37.04%
G=28.99%
B=33.97%

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
Decimal25319823200.220.080.01322.9193.2288.43
HexFDC6E8016811435d58
Octal375306350026101503135130
Binary1111110111000110111010000101101000110100001110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6E8; }

 p { color: rgb(253,198,232); }

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

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

 a { background-color: rgb(253,198,232); }

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

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

 span { border-color: rgb(253,198,232); }

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