#F8D1EC

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

Shades of Classic Rose #F8D1EC

Tints of Classic Rose #F8D1EC

Color information

#F8D1EC (or 0xF8D1EC) is unknown color: approx Classic Rose. HEX triplet: F8, D1 and EC. RGB value is (248,209,236). Sum of RGB (Red+Green+Blue) = 248+209+236=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 209 (82.03% from 255 or 30.16% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D1EC is #072E13. Grayscale: #DFDFDF. Windows color (decimal): -470548 or 15520248. OLE color: 15520248.

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

Color convert

RGB248209236-
CMYK00.160.050.03
HSL318.46º73.58%89.61%-
HSV(B)318.46º15.73%97.25%-
XYZ76.6571.6189.14-
YUV223.74134.92145.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.79%
GREEN value IS 209 (82.03% from 255) = 30.16%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=35.79%
G=30.16%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820923600.160.050.03318.4673.5889.61
HexF8D1EC0105313e4a5a
Octal37032135402053476112132
Binary1111100011010001111011000100001011110011111010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D1EC; }

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

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

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

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

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

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

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

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