#F8D1E8

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

Shades of Classic Rose #F8D1E8

Tints of Classic Rose #F8D1E8

Color information

#F8D1E8 (or 0xF8D1E8) is unknown color: approx Classic Rose. HEX triplet: F8, D1 and E8. RGB value is (248,209,232). Sum of RGB (Red+Green+Blue) = 248+209+232=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 209 (82.03% from 255 or 30.33% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D1E8 is #072E17. Grayscale: #DFDFDF. Windows color (decimal): -470552 or 15258104. OLE color: 15258104.

HSL color Cylindrical-coordinate representation of color #F8D1E8: hue angle of 324.62º 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 #F8D1E8 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB248209232-
CMYK00.160.060.03
HSL324.62º73.58%89.61%-
HSV(B)324.62º15.73%97.25%-
XYZ76.0871.3886.11-
YUV223.28132.92145.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.99%
GREEN value IS 209 (82.03% from 255) = 30.33%
BLUE value IS 232 (91.02% from 255) = 33.67%
R=35.99%
G=30.33%
B=33.67%

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
Decimal24820923200.160.060.03324.6273.5889.61
HexF8D1E8010631454a5a
Octal37032135002063505112132
Binary1111100011010001111010000100001101110100010110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D1E8; }

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

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

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

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

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

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

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

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