#FAF8CC

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

Shades of Mimosa #FAF8CC

Tints of Mimosa #FAF8CC

Color information

#FAF8CC (or 0xFAF8CC) is unknown color: approx Mimosa. HEX triplet: FA, F8 and CC. RGB value is (250,248,204). Sum of RGB (Red+Green+Blue) = 250+248+204=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 248 (97.27% from 255 or 35.33% from 702); Blue value is 204 (80.08% from 255 or 29.06% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8CC is #050733. Grayscale: #F3F3F3. Windows color (decimal): -329524 or 13433082. OLE color: 13433082.

HSL color Cylindrical-coordinate representation of color #FAF8CC: hue angle of 57.39º degrees, saturation: 0.82, 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 #FAF8CC is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250248204-
CMYK00.010.180.02
HSL57.39º82.14%89.02%-
HSV(B)57.39º18.4%98.04%-
XYZ83.8991.8270.43-
YUV243.58105.66132.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 248 (97.27% from 255) = 35.33%
BLUE value IS 204 (80.08% from 255) = 29.06%
R=35.61%
G=35.33%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024820400.010.180.0257.3982.1489.02
HexFAF8CC01122395259
Octal3723703140122271122131
Binary11111010111110001100110001100101011100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8CC; }

 p { color: rgb(250,248,204); }

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

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

 a { background-color: rgb(250,248,204); }

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

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

 span { border-color: rgb(250,248,204); }

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