#FFF0E8

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

Shades of Rose White #FFF0E8

Tints of Rose White #FFF0E8

Color information

#FFF0E8 (or 0xFFF0E8) is unknown color: approx Rose White. HEX triplet: FF, F0 and E8. RGB value is (255,240,232). Sum of RGB (Red+Green+Blue) = 255+240+232=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 240 (94.14% from 255 or 33.01% from 727); Blue value is 232 (91.02% from 255 or 31.91% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0E8 is #000F17. Grayscale: #F3F3F3. Windows color (decimal): -3864 or 15266047. OLE color: 15266047.

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

Color convert

RGB255240232-
CMYK00.060.090
HSL20.87º100%95.49%-
HSV(B)20.87º9.02%100%-
XYZ86.9789.4189.02-
YUV243.57121.47136.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.08%
GREEN value IS 240 (94.14% from 255) = 33.01%
BLUE value IS 232 (91.02% from 255) = 31.91%
R=35.08%
G=33.01%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524023200.060.09020.8710095.49
HexFFF0E8069015645f
Octal3773603500611025144137
Binary1111111111110000111010000110100101010111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0E8; }

 p { color: rgb(255,240,232); }

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

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

 a { background-color: rgb(255,240,232); }

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

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

 span { border-color: rgb(255,240,232); }

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