#F9EFEB

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

Shades of Rose White #F9EFEB

Tints of Rose White #F9EFEB

Color information

#F9EFEB (or 0xF9EFEB) is unknown color: approx Rose White. HEX triplet: F9, EF and EB. RGB value is (249,239,235). Sum of RGB (Red+Green+Blue) = 249+239+235=723 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.44% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 235 (92.19% from 255 or 32.50% from 723); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EFEB is #061014. Grayscale: #F1F1F1. Windows color (decimal): -397333 or 15462393. OLE color: 15462393.

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

Color convert

RGB249239235-
CMYK00.040.060.02
HSL17.14º53.85%94.9%-
HSV(B)17.14º5.62%97.65%-
XYZ84.9387.8791.08-
YUV241.53124.31133.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.44%
GREEN value IS 239 (93.75% from 255) = 33.06%
BLUE value IS 235 (92.19% from 255) = 32.50%
R=34.44%
G=33.06%
B=32.50%

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
Decimal24923923500.040.060.0217.1453.8594.9
HexF9EFEB046211365f
Octal37135735304622166137
Binary111110011110111111101011010011010100011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EFEB; }

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

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

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

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

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

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

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

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