#F8EFEC

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

Shades of Rose White #F8EFEC

Tints of Rose White #F8EFEC

Color information

#F8EFEC (or 0xF8EFEC) is unknown color: approx Rose White. HEX triplet: F8, EF and EC. RGB value is (248,239,236). Sum of RGB (Red+Green+Blue) = 248+239+236=723 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.30% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 236 (92.58% from 255 or 32.64% from 723); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EFEC is #071013. Grayscale: #F1F1F1. Windows color (decimal): -462868 or 15527928. OLE color: 15527928.

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

Color convert

RGB248239236-
CMYK00.040.050.03
HSL15º46.15%94.9%-
HSV(B)15º4.84%97.25%-
XYZ84.7287.7591.83-
YUV241.35124.98132.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.30%
GREEN value IS 239 (93.75% from 255) = 33.06%
BLUE value IS 236 (92.58% from 255) = 32.64%
R=34.30%
G=33.06%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823923600.040.050.031546.1594.9
HexF8EFEC0453f2e5f
Octal37035735404531756137
Binary11111000111011111110110001001011111111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EFEC; }

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

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

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

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

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

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

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

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