#FFF0ED

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

Shades of Rose White #FFF0ED

Tints of Rose White #FFF0ED

Color information

#FFF0ED (or 0xFFF0ED) is unknown color: approx Rose White. HEX triplet: FF, F0 and ED. RGB value is (255,240,237). Sum of RGB (Red+Green+Blue) = 255+240+237=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 240 (94.14% from 255 or 32.79% from 732); Blue value is 237 (92.97% from 255 or 32.38% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0ED is #000F12. Grayscale: #F4F4F4. Windows color (decimal): -3859 or 15593727. OLE color: 15593727.

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

Color convert

RGB255240237-
CMYK00.060.070
HSL10º100%96.47%-
HSV(B)10º7.06%100%-
XYZ87.6989.6992.81-
YUV244.14123.97135.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.84%
GREEN value IS 240 (94.14% from 255) = 32.79%
BLUE value IS 237 (92.97% from 255) = 32.38%
R=34.84%
G=32.79%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524023700.060.0701010096.47
HexFFF0ED0670a6460
Octal377360355067012144140
Binary11111111111100001110110101101110101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0ED; }

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

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

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

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

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

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

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

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