Html Css Color HEX #FAF8CB Mimosa

📋 copy color: '#FAF8CB'

red 250 ◦ green 248 ◦ blue 203

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

Shades of Mimosa #FAF8CB

Tints of Mimosa #FAF8CB

RGB

 RED value IS 250 (98.05% from 255) = 35.66%

 GREEN value IS 248 (97.27% from 255) = 35.38%

 BLUE value IS 203 (79.69% from 255) = 28.96%

R = 35.66%
G = 35.38%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAF8CB (or 0xFAF8CB) is known color: Mimosa. HEX triplet: FA, F8 and CB. RGB value is (250,248,203). Sum of RGB (Red+Green+Blue) = 250+248+203=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 248 (97.27% from 255 or 35.38% from 701); Blue value is 203 (79.69% from 255 or 28.96% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8CB is #050734. Grayscale: #F3F3F3. Windows color (decimal): -329525 or 13367546. OLE color: 13367546.

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

Color convert

RGB 250 248 203 -
CMYK 0 0.01 0.19 0.02
HSL 57.45º 0.82% 0.89% -
HSV(B) 57.45º 0.19% 0.98% -
XYZ 83.77 91.77 69.8 -
YUV 243.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 250 248 203 0 0.01 0.19 0.02 57.45 0.82 0.89
Hex FA F8 CB 0 1 13 2 39 52 59
Octal 372 370 313 0 1 23 2 71 122 131
Binary 11111010 11111000 11001011 0 1 10011 10 111001 1010010 1011001

Color Harmonies of #FAF8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8CB

Black with #FAF8CB

Text Example


Text Example

White with #FAF8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8CB; }

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

 H1.HeaderClassName
 {
   color: #FAF8CB;
 }
 .AnyTagClassName
 {
   color: #FAF8CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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