Html Css Color HEX #F5F5BA Cumulus

📋 copy color: '#F5F5BA'

red 245 ◦ green 245 ◦ blue 186

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

Shades of Cumulus #F5F5BA

Tints of Cumulus #F5F5BA

RGB

 RED value IS 245 (96.09% from 255) = 36.24%

 GREEN value IS 245 (96.09% from 255) = 36.24%

 BLUE value IS 186 (73.05% from 255) = 27.51%

R = 36.24%
G = 36.24%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5F5BA (or 0xF5F5BA) is known color: Cumulus. HEX triplet: F5, F5 and BA. RGB value is (245,245,186). Sum of RGB (Red+Green+Blue) = 245+245+186=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 245 (96.09% from 255 or 36.24% from 676); Blue value is 186 (73.05% from 255 or 27.51% from 676); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F5BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F5BA is #0A0A45. Grayscale: #EEEEEE. Windows color (decimal): -657990 or 12252661. OLE color: 12252661.

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

Color convert

RGB 245 245 186 -
CMYK 0 0 0.24 0.04
HSL 60º 0.75% 0.85% -
HSV(B) 60º 0.24% 0.96% -
XYZ 79.17 88.26 59.32 -
YUV 238.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 245 245 186 0 0 0.24 0.04 60 0.75 0.85
Hex F5 F5 BA 0 0 18 4 3C 4B 55
Octal 365 365 272 0 0 30 4 74 113 125
Binary 11110101 11110101 10111010 0 0 11000 100 111100 1001011 1010101

Color Harmonies of #F5F5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F5BA

Black with #F5F5BA

Text Example


Text Example

White with #F5F5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F5BA; }

 p { color: rgb(245,245,186); }

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

background-color css

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

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

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

border-color css

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

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

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