Html Css Color HEX #F0F1BF Cumulus

📋 copy color: '#F0F1BF'

red 240 ◦ green 241 ◦ blue 191

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

Shades of Cumulus #F0F1BF

Tints of Cumulus #F0F1BF

RGB

 RED value IS 240 (94.14% from 255) = 35.71%

 GREEN value IS 241 (94.53% from 255) = 35.86%

 BLUE value IS 191 (75% from 255) = 28.42%

R = 35.71%
G = 35.86%
B = 28.42%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F0F1BF (or 0xF0F1BF) is known color: Cumulus. HEX triplet: F0, F1 and BF. RGB value is (240,241,191). Sum of RGB (Red+Green+Blue) = 240+241+191=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 191 (75% from 255 or 28.42% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1BF is #0F0E40. Grayscale: #EBEBEB. Windows color (decimal): -986689 or 12579312. OLE color: 12579312.

HSL color Cylindrical-coordinate representation of color #F0F1BF: hue angle of 61.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0F1BF is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 241 191 -
CMYK 0.00 0 0.21 0.05
HSL 61.2º 0.64% 0.85% -
HSV(B) 61.2º 0.21% 0.95% -
XYZ 76.79 85.2 61.69 -
YUV 235 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 240 241 191 0.00 0 0.21 0.05 61.2 0.64 0.85
Hex F0 F1 BF 0 0 15 5 3D 40 55
Octal 360 361 277 0 0 25 5 75 100 125
Binary 11110000 11110001 10111111 0 0 10101 101 111101 1000000 1010101

Color Harmonies of #F0F1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F1BF

Black with #F0F1BF

Text Example


Text Example

White with #F0F1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F1BF; }

 p { color: rgb(240,241,191); }

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

background-color css

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

 a { background-color: rgb(240,241,191); }

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

border-color css

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

 span { border-color: rgb(240,241,191); }

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