Html Css Color HEX #F2F6DE Sugar Cane

📋 copy color: '#F2F6DE'

red 242 ◦ green 246 ◦ blue 222

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

Shades of Sugar Cane #F2F6DE

Tints of Sugar Cane #F2F6DE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.65%

 BLUE value IS 222 (87.11% from 255) = 31.27%

R = 34.08%
G = 34.65%
B = 31.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F2F6DE (or 0xF2F6DE) is known color: Sugar Cane. HEX triplet: F2, F6 and DE. RGB value is (242,246,222). Sum of RGB (Red+Green+Blue) = 242+246+222=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 246 (96.48% from 255 or 34.65% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F6DE is #0D0921. Grayscale: #F2F2F2. Windows color (decimal): -854306 or 14612210. OLE color: 14612210.

HSL color Cylindrical-coordinate representation of color #F2F6DE: hue angle of 70º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2F6DE is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 246 222 -
CMYK 0.02 0 0.10 0.04
HSL 70º 0.57% 0.92% -
HSV(B) 70º 0.1% 0.96% -
XYZ 82.76 90.06 82.13 -
YUV 242.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 242 246 222 0.02 0 0.10 0.04 70 0.57 0.92
Hex F2 F6 DE 2 0 A 4 46 39 5C
Octal 362 366 336 2 0 12 4 106 71 134
Binary 11110010 11110110 11011110 10 0 1010 100 1000110 111001 1011100

Color Harmonies of #F2F6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6DE

Black with #F2F6DE

Text Example


Text Example

White with #F2F6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6DE; }

 p { color: rgb(242,246,222); }

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

background-color css

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

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

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

border-color css

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

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

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