#F9EFEC

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

Shades of Rose White #F9EFEC

Tints of Rose White #F9EFEC

Color information

#F9EFEC (or 0xF9EFEC) is unknown color: approx Rose White. HEX triplet: F9, EF and EC. RGB value is (249,239,236). Sum of RGB (Red+Green+Blue) = 249+239+236=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 239 (93.75% from 255 or 33.01% from 724); Blue value is 236 (92.58% from 255 or 32.60% from 724); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EFEC is #061013. Grayscale: #F1F1F1. Windows color (decimal): -397332 or 15527929. OLE color: 15527929.

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

Color convert

RGB249239236-
CMYK00.040.050.02
HSL13.85º52%95.1%-
HSV(B)13.85º5.22%97.65%-
XYZ85.0787.9391.84-
YUV241.65124.81133.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.39%
GREEN value IS 239 (93.75% from 255) = 33.01%
BLUE value IS 236 (92.58% from 255) = 32.60%
R=34.39%
G=33.01%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923923600.040.050.0213.855295.1
HexF9EFEC0452e345f
Octal37135735404521664137
Binary11111001111011111110110001001011011101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EFEC; }

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

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

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

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

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

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

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

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