#F8EFEB

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

Shades of Rose White #F8EFEB

Tints of Rose White #F8EFEB

Color information

#F8EFEB (or 0xF8EFEB) is unknown color: approx Rose White. HEX triplet: F8, EF and EB. RGB value is (248,239,235). Sum of RGB (Red+Green+Blue) = 248+239+235=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 235 (92.19% from 255 or 32.55% from 722); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EFEB is #071014. Grayscale: #F1F1F1. Windows color (decimal): -462869 or 15462392. OLE color: 15462392.

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

Color convert

RGB248239235-
CMYK00.040.050.03
HSL18.46º48.15%94.71%-
HSV(B)18.46º5.24%97.25%-
XYZ84.5787.6991.07-
YUV241.24124.48132.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.35%
GREEN value IS 239 (93.75% from 255) = 33.10%
BLUE value IS 235 (92.19% from 255) = 32.55%
R=34.35%
G=33.10%
B=32.55%

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
Decimal24823923500.040.050.0318.4648.1594.71
HexF8EFEB045312305f
Octal37035735304532260137
Binary111110001110111111101011010010111100101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EFEB; }

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

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

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

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

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

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

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

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