#F8D2EB

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

Shades of Classic Rose #F8D2EB

Tints of Classic Rose #F8D2EB

Color information

#F8D2EB (or 0xF8D2EB) is unknown color: approx Classic Rose. HEX triplet: F8, D2 and EB. RGB value is (248,210,235). Sum of RGB (Red+Green+Blue) = 248+210+235=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 210 (82.42% from 255 or 30.30% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D2EB is #072D14. Grayscale: #E0E0E0. Windows color (decimal): -470293 or 15454968. OLE color: 15454968.

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

Color convert

RGB248210235-
CMYK00.150.050.03
HSL320.53º73.08%89.8%-
HSV(B)320.53º15.32%97.25%-
XYZ76.7572.0588.46-
YUV224.21134.09144.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.79%
GREEN value IS 210 (82.42% from 255) = 30.30%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=35.79%
G=30.30%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821023500.150.050.03320.5373.0889.8
HexF8D2EB0F53141495a
Octal37032235301753501111132
Binary111110001101001011101011011111011110100000110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D2EB; }

 p { color: rgb(248,210,235); }

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

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

 a { background-color: rgb(248,210,235); }

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

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

 span { border-color: rgb(248,210,235); }

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