#F5F1B8

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

Shades of Cumulus #F5F1B8

Tints of Cumulus #F5F1B8

Color information

#F5F1B8 (or 0xF5F1B8) is unknown color: approx Cumulus. HEX triplet: F5, F1 and B8. RGB value is (245,241,184). Sum of RGB (Red+Green+Blue) = 245+241+184=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 184 (72.27% from 255 or 27.46% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1B8 is #0A0E47. Grayscale: #EBEBEB. Windows color (decimal): -659016 or 12120565. OLE color: 12120565.

HSL color Cylindrical-coordinate representation of color #F5F1B8: hue angle of 56.07º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5F1B8 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB245241184-
CMYK00.020.250.04
HSL56.07º75.31%84.12%-
HSV(B)56.07º24.9%96.08%-
XYZ77.7685.7857.81-
YUV235.798.83134.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.57%
GREEN value IS 241 (94.53% from 255) = 35.97%
BLUE value IS 184 (72.27% from 255) = 27.46%
R=36.57%
G=35.97%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524118400.020.250.0456.0775.3184.12
HexF5F1B802194384b54
Octal3653612700231470113124
Binary1111010111110001101110000101100110011100010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F1B8; }

 p { color: rgb(245,241,184); }

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

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

 a { background-color: rgb(245,241,184); }

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

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

 span { border-color: rgb(245,241,184); }

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