Html Css Color HEX #F5F2BE Cumulus

📋 copy color: '#F5F2BE'

red 245 ◦ green 242 ◦ blue 190

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

Shades of Cumulus #F5F2BE

Tints of Cumulus #F5F2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.06%

R = 36.19%
G = 35.75%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5F2BE (or 0xF5F2BE) is known color: Cumulus. HEX triplet: F5, F2 and BE. RGB value is (245,242,190). Sum of RGB (Red+Green+Blue) = 245+242+190=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 190 (74.61% from 255 or 28.06% from 677); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F2BE is #0A0D41. Grayscale: #EDEDED. Windows color (decimal): -658754 or 12514037. OLE color: 12514037.

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

Color convert

RGB 245 242 190 -
CMYK 0 0.01 0.22 0.04
HSL 56.73º 0.73% 0.85% -
HSV(B) 56.73º 0.22% 0.96% -
XYZ 78.7 86.63 61.29 -
YUV 236.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 245 242 190 0 0.01 0.22 0.04 56.73 0.73 0.85
Hex F5 F2 BE 0 1 16 4 39 49 55
Octal 365 362 276 0 1 26 4 71 111 125
Binary 11110101 11110010 10111110 0 1 10110 100 111001 1001001 1010101

Color Harmonies of #F5F2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F2BE

Black with #F5F2BE

Text Example


Text Example

White with #F5F2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F2BE; }

 p { color: rgb(245,242,190); }

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

background-color css

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

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

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

border-color css

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

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

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