Html Css Color HEX #FAFACA Mimosa

📋 copy color: '#FAFACA'

red 250 ◦ green 250 ◦ blue 202

#FAFACA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mimosa #FAFACA

Tints of Mimosa #FAFACA

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.3% from 255) = 28.77%

R = 35.61%
G = 35.61%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAFACA (or 0xFAFACA) is known color: 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

RGB 250 250 202 -
CMYK 0 0 0.19 0.02
HSL 60º 0.83% 0.89% -
HSV(B) 60º 0.19% 0.98% -
XYZ 84.27 92.96 69.38 -
YUV 244.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 250 250 202 0 0 0.19 0.02 60 0.83 0.89
Hex FA FA CA 0 0 13 2 3C 53 59
Octal 372 372 312 0 0 23 2 74 123 131
Binary 11111010 11111010 11001010 0 0 10011 10 111100 1010011 1011001

Color Harmonies of #FAFACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFACA

Black with #FAFACA

Text Example


Text Example

White with #FAFACA

Text Example


Text Example

HTML Codes & Css Web 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>