#F9EFEA

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

Shades of Rose White #F9EFEA

Tints of Rose White #F9EFEA

Color information

#F9EFEA (or 0xF9EFEA) is unknown color: approx Rose White. HEX triplet: F9, EF and EA. RGB value is (249,239,234). Sum of RGB (Red+Green+Blue) = 249+239+234=722 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.49% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 234 (91.80% from 255 or 32.41% from 722); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EFEA is #061015. Grayscale: #F1F1F1. Windows color (decimal): -397334 or 15396857. OLE color: 15396857.

HSL color Cylindrical-coordinate representation of color #F9EFEA: hue angle of 20º degrees, saturation: 0.56, 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 #F9EFEA is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249239234-
CMYK00.040.060.02
HSL20º55.56%94.71%-
HSV(B)20º6.02%97.65%-
XYZ84.7887.8190.32-
YUV241.42123.81133.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.49%
GREEN value IS 239 (93.75% from 255) = 33.10%
BLUE value IS 234 (91.80% from 255) = 32.41%
R=34.49%
G=33.10%
B=32.41%

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
Decimal24923923400.040.060.022055.5694.71
HexF9EFEA046214385f
Octal37135735204622470137
Binary111110011110111111101010010011010101001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EFEA; }

 p { color: rgb(249,239,234); }

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

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

 a { background-color: rgb(249,239,234); }

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

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

 span { border-color: rgb(249,239,234); }

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