#FAFAC8

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

Shades of Mimosa #FAFAC8

Tints of Mimosa #FAFAC8

Color information

#FAFAC8 (or 0xFAFAC8) is unknown color: approx Mimosa. HEX triplet: FA, FA and C8. RGB value is (250,250,200). Sum of RGB (Red+Green+Blue) = 250+250+200=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 200 (78.52% from 255 or 28.57% from 700); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAC8 is #050537. Grayscale: #F4F4F4. Windows color (decimal): -329016 or 13171450. OLE color: 13171450.

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

Color convert

RGB250250200-
CMYK000.20.02
HSL60º83.33%88.24%-
HSV(B)60º20%98.04%-
XYZ84.0492.8768.14-
YUV244.3103132.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 200 (78.52% from 255) = 28.57%
R=35.71%
G=35.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250200000.20.026083.3388.24
HexFAFAC8001423c5358
Octal3723723100024274123130
Binary11111010111110101100100000101001011110010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAC8; }

 p { color: rgb(250,250,200); }

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

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

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

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

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

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

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