#FFF0E9

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

Shades of Rose White #FFF0E9

Tints of Rose White #FFF0E9

Color information

#FFF0E9 (or 0xFFF0E9) is unknown color: approx Rose White. HEX triplet: FF, F0 and E9. RGB value is (255,240,233). Sum of RGB (Red+Green+Blue) = 255+240+233=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 233 (91.41% from 255 or 32.01% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0E9 is #000F16. Grayscale: #F3F3F3. Windows color (decimal): -3863 or 15331583. OLE color: 15331583.

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

Color convert

RGB255240233-
CMYK00.060.090
HSL19.09º100%95.69%-
HSV(B)19.09º8.63%100%-
XYZ87.1189.4689.77-
YUV243.69121.97136.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.03%
GREEN value IS 240 (94.14% from 255) = 32.97%
BLUE value IS 233 (91.41% from 255) = 32.01%
R=35.03%
G=32.97%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524023300.060.09019.0910095.69
HexFFF0E90690136460
Octal3773603510611023144140
Binary1111111111110000111010010110100101001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0E9; }

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

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

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

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

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

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

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

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