#F8F6CB

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

Shades of Mimosa #F8F6CB

Tints of Mimosa #F8F6CB

Color information

#F8F6CB (or 0xF8F6CB) is unknown color: approx Mimosa. HEX triplet: F8, F6 and CB. RGB value is (248,246,203). Sum of RGB (Red+Green+Blue) = 248+246+203=697 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.58% from 697); Green value is 246 (96.48% from 255 or 35.29% from 697); Blue value is 203 (79.69% from 255 or 29.12% from 697); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F6CB is #070934. Grayscale: #F1F1F1. Windows color (decimal): -461109 or 13367032. OLE color: 13367032.

HSL color Cylindrical-coordinate representation of color #F8F6CB: hue angle of 57.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8F6CB is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248246203-
CMYK00.010.180.03
HSL57.33º76.27%88.43%-
HSV(B)57.33º18.15%97.25%-
XYZ82.4590.1869.56-
YUV241.7106.16132.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.58%
GREEN value IS 246 (96.48% from 255) = 35.29%
BLUE value IS 203 (79.69% from 255) = 29.12%
R=35.58%
G=35.29%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824620300.010.180.0357.3376.2788.43
HexF8F6CB01123394c58
Octal3703663130122371114130
Binary11111000111101101100101101100101111100110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F6CB; }

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

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

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

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

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

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

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

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