#F8F1EE

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

Shades of Rose White #F8F1EE

Tints of Rose White #F8F1EE

Color information

#F8F1EE (or 0xF8F1EE) is unknown color: approx Rose White. HEX triplet: F8, F1 and EE. RGB value is (248,241,238). Sum of RGB (Red+Green+Blue) = 248+241+238=727 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.11% from 727); Green value is 241 (94.53% from 255 or 33.15% from 727); Blue value is 238 (93.36% from 255 or 32.74% from 727); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F1EE is #070E11. Grayscale: #F2F2F2. Windows color (decimal): -462354 or 15659512. OLE color: 15659512.

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

Color convert

RGB248241238-
CMYK00.030.040.03
HSL18º41.67%95.29%-
HSV(B)18º4.03%97.25%-
XYZ85.689.0493.56-
YUV242.75125.32131.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.11%
GREEN value IS 241 (94.53% from 255) = 33.15%
BLUE value IS 238 (93.36% from 255) = 32.74%
R=34.11%
G=33.15%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824123800.030.040.031841.6795.29
HexF8F1EE0343122a5f
Octal37036135603432252137
Binary11111000111100011110111001110011100101010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F1EE; }

 p { color: rgb(248,241,238); }

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

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

 a { background-color: rgb(248,241,238); }

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

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

 span { border-color: rgb(248,241,238); }

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