Html Css Color HEX #F3F2CB Mimosa

📋 copy color: '#F3F2CB'

red 243 ◦ green 242 ◦ blue 203

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

Shades of Mimosa #F3F2CB

Tints of Mimosa #F3F2CB

RGB

 RED value IS 243 (95.31% from 255) = 35.32%

 GREEN value IS 242 (94.92% from 255) = 35.17%

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

R = 35.32%
G = 35.17%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F3F2CB (or 0xF3F2CB) is known color: Mimosa. HEX triplet: F3, F2 and CB. RGB value is (243,242,203). Sum of RGB (Red+Green+Blue) = 243+242+203=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F2CB is #0C0D34. Grayscale: #EEEEEE. Windows color (decimal): -789813 or 13366003. OLE color: 13366003.

HSL color Cylindrical-coordinate representation of color #F3F2CB: hue angle of 58.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3F2CB is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 242 203 -
CMYK 0 0.00 0.16 0.05
HSL 58.5º 0.63% 0.87% -
HSV(B) 58.5º 0.16% 0.95% -
XYZ 79.49 86.87 69.08 -
YUV 237.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 243 242 203 0 0.00 0.16 0.05 58.5 0.63 0.87
Hex F3 F2 CB 0 0 10 5 3A 3E 57
Octal 363 362 313 0 0 20 5 72 76 127
Binary 11110011 11110010 11001011 0 0 10000 101 111010 111110 1010111

Color Harmonies of #F3F2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3F2CB

Black with #F3F2CB

Text Example


Text Example

White with #F3F2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3F2CB; }

 p { color: rgb(243,242,203); }

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

background-color css

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

 a { background-color: rgb(243,242,203); }

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

border-color css

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

 span { border-color: rgb(243,242,203); }

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