#F8D3EC

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

Shades of Classic Rose #F8D3EC

Tints of Classic Rose #F8D3EC

Color information

#F8D3EC (or 0xF8D3EC) is unknown color: approx Classic Rose. HEX triplet: F8, D3 and EC. RGB value is (248,211,236). Sum of RGB (Red+Green+Blue) = 248+211+236=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 211 (82.81% from 255 or 30.36% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D3EC is #072C13. Grayscale: #E0E0E0. Windows color (decimal): -470036 or 15520760. OLE color: 15520760.

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

Color convert

RGB248211236-
CMYK00.150.050.03
HSL319.46º72.55%90%-
HSV(B)319.46º14.92%97.25%-
XYZ77.1572.689.3-
YUV224.91134.26144.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.68%
GREEN value IS 211 (82.81% from 255) = 30.36%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=35.68%
G=30.36%
B=33.96%

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
Decimal24821123600.150.050.03319.4672.5590
HexF8D3EC0F5313f495a
Octal37032335401753477111132
Binary111110001101001111101100011111011110011111110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D3EC; }

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

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

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

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

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

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

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

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