Html Css Color HEX #F0F2E0 Sugar Cane

📋 copy color: '#F0F2E0'

red 240 ◦ green 242 ◦ blue 224

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

Shades of Sugar Cane #F0F2E0

Tints of Sugar Cane #F0F2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 31.73%

R = 33.99%
G = 34.28%
B = 31.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F0F2E0 (or 0xF0F2E0) is known color: Sugar Cane. HEX triplet: F0, F2 and E0. RGB value is (240,242,224). Sum of RGB (Red+Green+Blue) = 240+242+224=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 224 (87.89% from 255 or 31.73% from 706); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2E0 is #0F0D1F. Grayscale: #EFEFEF. Windows color (decimal): -986400 or 14742256. OLE color: 14742256.

HSL color Cylindrical-coordinate representation of color #F0F2E0: hue angle of 66.67º degrees, saturation: 0.41, 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 #F0F2E0 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 242 224 -
CMYK 0.01 0 0.07 0.05
HSL 66.67º 0.41% 0.91% -
HSV(B) 66.67º 0.07% 0.95% -
XYZ 81.14 87.41 83.12 -
YUV 239.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 240 242 224 0.01 0 0.07 0.05 66.67 0.41 0.91
Hex F0 F2 E0 1 0 7 5 43 29 5B
Octal 360 362 340 1 0 7 5 103 51 133
Binary 11110000 11110010 11100000 1 0 111 101 1000011 101001 1011011

Color Harmonies of #F0F2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F2E0

Black with #F0F2E0

Text Example


Text Example

White with #F0F2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F2E0; }

 p { color: rgb(240,242,224); }

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

background-color css

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

 a { background-color: rgb(240,242,224); }

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

border-color css

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

 span { border-color: rgb(240,242,224); }

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