#F9F0EB

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

Shades of Rose White #F9F0EB

Tints of Rose White #F9F0EB

Color information

#F9F0EB (or 0xF9F0EB) is unknown color: approx Rose White. HEX triplet: F9, F0 and EB. RGB value is (249,240,235). Sum of RGB (Red+Green+Blue) = 249+240+235=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 240 (94.14% from 255 or 33.15% from 724); Blue value is 235 (92.19% from 255 or 32.46% from 724); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F0EB is #060F14. Grayscale: #F2F2F2. Windows color (decimal): -397077 or 15462649. OLE color: 15462649.

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

Color convert

RGB249240235-
CMYK00.040.060.02
HSL21.43º53.85%94.9%-
HSV(B)21.43º5.62%97.65%-
XYZ85.2288.4691.18-
YUV242.12123.98132.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.39%
GREEN value IS 240 (94.14% from 255) = 33.15%
BLUE value IS 235 (92.19% from 255) = 32.46%
R=34.39%
G=33.15%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924023500.040.060.0221.4353.8594.9
HexF9F0EB046215365f
Octal37136035304622566137
Binary111110011111000011101011010011010101011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F0EB; }

 p { color: rgb(249,240,235); }

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

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

 a { background-color: rgb(249,240,235); }

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

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

 span { border-color: rgb(249,240,235); }

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