#FAFACA

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

Shades of Mimosa #FAFACA

Tints of Mimosa #FAFACA

Color information

#FAFACA (or 0xFAFACA) is unknown color: approx Mimosa. HEX triplet: FA, FA and CA. RGB value is (250,250,202). Sum of RGB (Red+Green+Blue) = 250+250+202=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 202 (79.30% from 255 or 28.77% from 702); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFACA is #050535. Grayscale: #F4F4F4. Windows color (decimal): -329014 or 13302522. OLE color: 13302522.

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

Color convert

RGB250250202-
CMYK000.190.02
HSL60º82.76%88.63%-
HSV(B)60º19.2%98.04%-
XYZ84.2792.9669.38-
YUV244.53104131.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 202 (79.30% from 255) = 28.77%
R=35.61%
G=35.61%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250202000.190.026082.7688.63
HexFAFACA001323c5359
Octal3723723120023274123131
Binary11111010111110101100101000100111011110010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFACA; }

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

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

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

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

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

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

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

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