Html Css Color HEX #F0F1E1 Sugar Cane

📋 copy color: '#F0F1E1'

red 240 ◦ green 241 ◦ blue 225

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

Shades of Sugar Cane #F0F1E1

Tints of Sugar Cane #F0F1E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 31.87%

R = 33.99%
G = 34.14%
B = 31.87%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F0F1E1 (or 0xF0F1E1) is known color: Sugar Cane. HEX triplet: F0, F1 and E1. RGB value is (240,241,225). Sum of RGB (Red+Green+Blue) = 240+241+225=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 241 (94.53% from 255 or 34.14% from 706); Blue value is 225 (88.28% from 255 or 31.87% from 706); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1E1 is #0F0E1E. Grayscale: #EEEEEE. Windows color (decimal): -986655 or 14807536. OLE color: 14807536.

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

Color convert

RGB 240 241 225 -
CMYK 0.00 0 0.07 0.05
HSL 63.75º 0.36% 0.91% -
HSV(B) 63.75º 0.07% 0.95% -
XYZ 80.98 86.87 83.73 -
YUV 238.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 240 241 225 0.00 0 0.07 0.05 63.75 0.36 0.91
Hex F0 F1 E1 0 0 7 5 40 24 5B
Octal 360 361 341 0 0 7 5 100 44 133
Binary 11110000 11110001 11100001 0 0 111 101 1000000 100100 1011011

Color Harmonies of #F0F1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F1E1

Black with #F0F1E1

Text Example


Text Example

White with #F0F1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F1E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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