#FFF1EE

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

Shades of Rose White #FFF1EE

Tints of Rose White #FFF1EE

Color information

#FFF1EE (or 0xFFF1EE) is unknown color: approx Rose White. HEX triplet: FF, F1 and EE. RGB value is (255,241,238). Sum of RGB (Red+Green+Blue) = 255+241+238=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 241 (94.53% from 255 or 32.83% from 734); Blue value is 238 (93.36% from 255 or 32.43% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1EE is #000E11. Grayscale: #F4F4F4. Windows color (decimal): -3602 or 15659519. OLE color: 15659519.

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

Color convert

RGB255241238-
CMYK00.050.070
HSL10.59º100%96.67%-
HSV(B)10.59º6.67%100%-
XYZ88.1390.3493.68-
YUV244.84124.14135.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.74%
GREEN value IS 241 (94.53% from 255) = 32.83%
BLUE value IS 238 (93.36% from 255) = 32.43%
R=34.74%
G=32.83%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524123800.050.07010.5910096.67
HexFFF1EE0570b6461
Octal377361356057013144141
Binary11111111111100011110111001011110101111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF1EE; }

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

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

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

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

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

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

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

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