Html Css Color HEX #F5F3BA Cumulus

📋 copy color: '#F5F3BA'

red 245 ◦ green 243 ◦ blue 186

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

Shades of Cumulus #F5F3BA

Tints of Cumulus #F5F3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.05%

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

R = 36.35%
G = 36.05%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5F3BA (or 0xF5F3BA) is known color: Cumulus. HEX triplet: F5, F3 and BA. RGB value is (245,243,186). Sum of RGB (Red+Green+Blue) = 245+243+186=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 186 (73.05% from 255 or 27.60% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F3BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F3BA is #0A0C45. Grayscale: #EDEDED. Windows color (decimal): -658502 or 12252149. OLE color: 12252149.

HSL color Cylindrical-coordinate representation of color #F5F3BA: hue angle of 57.97º 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 #F5F3BA is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 243 186 -
CMYK 0 0.01 0.24 0.04
HSL 57.97º 0.75% 0.85% -
HSV(B) 57.97º 0.24% 0.96% -
XYZ 78.57 87.06 59.12 -
YUV 237.1 99.16 133.63 -
System Red Green Blue C M Y K H S L
Decimal 245 243 186 0 0.01 0.24 0.04 57.97 0.75 0.85
Hex F5 F3 BA 0 1 18 4 3A 4B 55
Octal 365 363 272 0 1 30 4 72 113 125
Binary 11110101 11110011 10111010 0 1 11000 100 111010 1001011 1010101

Color Harmonies of #F5F3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F3BA

Black with #F5F3BA

Text Example


Text Example

White with #F5F3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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