#F8D1E9

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

Shades of Classic Rose #F8D1E9

Tints of Classic Rose #F8D1E9

Color information

#F8D1E9 (or 0xF8D1E9) is unknown color: approx Classic Rose. HEX triplet: F8, D1 and E9. RGB value is (248,209,233). Sum of RGB (Red+Green+Blue) = 248+209+233=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 209 (82.03% from 255 or 30.29% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D1E9 is #072E16. Grayscale: #DFDFDF. Windows color (decimal): -470551 or 15323640. OLE color: 15323640.

HSL color Cylindrical-coordinate representation of color #F8D1E9: hue angle of 323.08º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8D1E9 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB248209233-
CMYK00.160.060.03
HSL323.08º73.58%89.61%-
HSV(B)323.08º15.73%97.25%-
XYZ76.2271.4486.86-
YUV223.4133.42145.55-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.94%
GREEN value IS 209 (82.03% from 255) = 30.29%
BLUE value IS 233 (91.41% from 255) = 33.77%
R=35.94%
G=30.29%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820923300.160.060.03323.0873.5889.61
HexF8D1E9010631434a5a
Octal37032135102063503112132
Binary1111100011010001111010010100001101110100001110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D1E9; }

 p { color: rgb(248,209,233); }

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

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

 a { background-color: rgb(248,209,233); }

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

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

 span { border-color: rgb(248,209,233); }

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