#FAF9CA

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

Shades of Mimosa #FAF9CA

Tints of Mimosa #FAF9CA

Color information

#FAF9CA (or 0xFAF9CA) is unknown color: approx Mimosa. HEX triplet: FA, F9 and CA. RGB value is (250,249,202). Sum of RGB (Red+Green+Blue) = 250+249+202=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 249 (97.66% from 255 or 35.52% from 701); Blue value is 202 (79.30% from 255 or 28.82% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9CA is #050635. Grayscale: #F4F4F4. Windows color (decimal): -329270 or 13302266. OLE color: 13302266.

HSL color Cylindrical-coordinate representation of color #FAF9CA: hue angle of 58.75º degrees, saturation: 0.83, 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 #FAF9CA is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250249202-
CMYK00.000.190.02
HSL58.75º82.76%88.63%-
HSV(B)58.75º19.2%98.04%-
XYZ83.9692.3469.28-
YUV243.94104.33132.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 249 (97.66% from 255) = 35.52%
BLUE value IS 202 (79.30% from 255) = 28.82%
R=35.66%
G=35.52%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024920200.000.190.0258.7582.7688.63
HexFAF9CA001323b5359
Octal3723713120023273123131
Binary11111010111110011100101000100111011101110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9CA; }

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

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

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

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

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

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

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

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