Html Css Color HEX #F2F2EB Sugar Cane

📋 copy color: '#F2F2EB'

red 242 ◦ green 242 ◦ blue 235

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

Shades of Sugar Cane #F2F2EB

Tints of Sugar Cane #F2F2EB

RGB

 RED value IS 242 (94.92% from 255) = 33.66%

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

 BLUE value IS 235 (92.19% from 255) = 32.68%

R = 33.66%
G = 33.66%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2F2EB (or 0xF2F2EB) is known color: Sugar Cane. HEX triplet: F2, F2 and EB. RGB value is (242,242,235). Sum of RGB (Red+Green+Blue) = 242+242+235=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 235 (92.19% from 255 or 32.68% from 719); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F2EB is #0D0D14. Grayscale: #F1F1F1. Windows color (decimal): -855317 or 15463154. OLE color: 15463154.

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

Color convert

RGB 242 242 235 -
CMYK 0 0 0.03 0.05
HSL 60º 0.21% 0.94% -
HSV(B) 60º 0.03% 0.95% -
XYZ 83.37 88.38 91.26 -
YUV 241.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 242 242 235 0 0 0.03 0.05 60 0.21 0.94
Hex F2 F2 EB 0 0 3 5 3C 15 5E
Octal 362 362 353 0 0 3 5 74 25 136
Binary 11110010 11110010 11101011 0 0 11 101 111100 10101 1011110

Color Harmonies of #F2F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F2EB

Black with #F2F2EB

Text Example


Text Example

White with #F2F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F2EB; }

 p { color: rgb(242,242,235); }

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

background-color css

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

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

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

border-color css

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

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

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