Html Css Color HEX #F0F1E6 Sugar Cane

📋 copy color: '#F0F1E6'

red 240 ◦ green 241 ◦ blue 230

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

Shades of Sugar Cane #F0F1E6

Tints of Sugar Cane #F0F1E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.35%

R = 33.76%
G = 33.9%
B = 32.35%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F0F1E6 (or 0xF0F1E6) is known color: Sugar Cane. HEX triplet: F0, F1 and E6. RGB value is (240,241,230). Sum of RGB (Red+Green+Blue) = 240+241+230=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 230 (90.23% from 255 or 32.35% from 711); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F1E6 is #0F0E19. Grayscale: #EFEFEF. Windows color (decimal): -986650 or 15135216. OLE color: 15135216.

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

Color convert

RGB 240 241 230 -
CMYK 0.00 0 0.05 0.05
HSL 65.45º 0.28% 0.92% -
HSV(B) 65.45º 0.05% 0.95% -
XYZ 81.67 87.15 87.38 -
YUV 239.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 240 241 230 0.00 0 0.05 0.05 65.45 0.28 0.92
Hex F0 F1 E6 0 0 5 5 41 1C 5C
Octal 360 361 346 0 0 5 5 101 34 134
Binary 11110000 11110001 11100110 0 0 101 101 1000001 11100 1011100

Color Harmonies of #F0F1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F1E6

Black with #F0F1E6

Text Example


Text Example

White with #F0F1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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