Html Css Color HEX #FAF9CA Mimosa

📋 copy color: '#FAF9CA'

red 250 ◦ green 249 ◦ blue 202

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

Shades of Mimosa #FAF9CA

Tints of Mimosa #FAF9CA

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

R = 35.66%
G = 35.52%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

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

RGB 250 249 202 -
CMYK 0 0.00 0.19 0.02
HSL 58.75º 0.83% 0.89% -
HSV(B) 58.75º 0.19% 0.98% -
XYZ 83.96 92.34 69.28 -
YUV 243.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 250 249 202 0 0.00 0.19 0.02 58.75 0.83 0.89
Hex FA F9 CA 0 0 13 2 3B 53 59
Octal 372 371 312 0 0 23 2 73 123 131
Binary 11111010 11111001 11001010 0 0 10011 10 111011 1010011 1011001

Color Harmonies of #FAF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9CA

Black with #FAF9CA

Text Example


Text Example

White with #FAF9CA

Text Example


Text Example

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