#F9FACB

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

Shades of Mimosa #F9FACB

Tints of Mimosa #F9FACB

Color information

#F9FACB (or 0xF9FACB) is unknown color: approx Mimosa. HEX triplet: F9, FA and CB. RGB value is (249,250,203). Sum of RGB (Red+Green+Blue) = 249+250+203=702 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.47% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 203 (79.69% from 255 or 28.92% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FACB is #060534. Grayscale: #F4F4F4. Windows color (decimal): -394549 or 13368057. OLE color: 13368057.

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

Color convert

RGB249250203-
CMYK0.0000.190.02
HSL61.28º82.46%88.82%-
HSV(B)61.28º18.8%98.04%-
XYZ84.0392.8269.99-
YUV244.34104.67131.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.47%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 203 (79.69% from 255) = 28.92%
R=35.47%
G=35.61%
B=28.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492502030.0000.190.0261.2882.4688.82
HexF9FACB001323d5259
Octal3713723130023275122131
Binary11111001111110101100101100100111011110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FACB; }

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

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

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

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

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

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

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

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