#F9CDE8

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

Shades of Classic Rose #F9CDE8

Tints of Classic Rose #F9CDE8

Color information

#F9CDE8 (or 0xF9CDE8) is unknown color: approx Classic Rose. HEX triplet: F9, CD and E8. RGB value is (249,205,232). Sum of RGB (Red+Green+Blue) = 249+205+232=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CDE8 is #063217. Grayscale: #DDDDDD. Windows color (decimal): -406040 or 15257081. OLE color: 15257081.

HSL color Cylindrical-coordinate representation of color #F9CDE8: hue angle of 323.18º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CDE8 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB249205232-
CMYK00.180.070.02
HSL323.18º78.57%89.02%-
HSV(B)323.18º17.67%97.65%-
XYZ75.4669.6385.81-
YUV221.23134.08147.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.30%
GREEN value IS 205 (80.47% from 255) = 29.88%
BLUE value IS 232 (91.02% from 255) = 33.82%
R=36.30%
G=29.88%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920523200.180.070.02323.1878.5789.02
HexF9CDE8012721434f59
Octal37131535002272503117131
Binary1111100111001101111010000100101111010100001110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CDE8; }

 p { color: rgb(249,205,232); }

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

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

 a { background-color: rgb(249,205,232); }

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

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

 span { border-color: rgb(249,205,232); }

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