#F9F9CB

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

Shades of Mimosa #F9F9CB

Tints of Mimosa #F9F9CB

Color information

#F9F9CB (or 0xF9F9CB) is unknown color: approx Mimosa. HEX triplet: F9, F9 and CB. RGB value is (249,249,203). Sum of RGB (Red+Green+Blue) = 249+249+203=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 249 (97.66% from 255 or 35.52% from 701); Blue value is 203 (79.69% from 255 or 28.96% from 701); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F9CB is #060634. Grayscale: #F3F3F3. Windows color (decimal): -394805 or 13367801. OLE color: 13367801.

HSL color Cylindrical-coordinate representation of color #F9F9CB: hue angle of 60º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9F9CB is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249249203-
CMYK000.180.02
HSL60º79.31%88.63%-
HSV(B)60º18.47%97.65%-
XYZ83.7292.269.88-
YUV243.76105131.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.52%
GREEN value IS 249 (97.66% from 255) = 35.52%
BLUE value IS 203 (79.69% from 255) = 28.96%
R=35.52%
G=35.52%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249249203000.180.026079.3188.63
HexF9F9CB001223c4f59
Octal3713713130022274117131
Binary11111001111110011100101100100101011110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F9CB; }

 p { color: rgb(249,249,203); }

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

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

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

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

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

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

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