Html Css Color HEX #F2F3E5 Sugar Cane

📋 copy color: '#F2F3E5'

red 242 ◦ green 243 ◦ blue 229

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

Shades of Sugar Cane #F2F3E5

Tints of Sugar Cane #F2F3E5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.03%

 BLUE value IS 229 (89.84% from 255) = 32.07%

R = 33.89%
G = 34.03%
B = 32.07%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F2F3E5 (or 0xF2F3E5) is known color: Sugar Cane. HEX triplet: F2, F3 and E5. RGB value is (242,243,229). Sum of RGB (Red+Green+Blue) = 242+243+229=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 229 (89.84% from 255 or 32.07% from 714); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F3E5 is #0D0C1A. Grayscale: #F1F1F1. Windows color (decimal): -855067 or 15070194. OLE color: 15070194.

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

Color convert

RGB 242 243 229 -
CMYK 0.00 0 0.06 0.05
HSL 64.29º 0.37% 0.93% -
HSV(B) 64.29º 0.06% 0.95% -
XYZ 82.81 88.64 86.87 -
YUV 241.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 242 243 229 0.00 0 0.06 0.05 64.29 0.37 0.93
Hex F2 F3 E5 0 0 6 5 40 25 5D
Octal 362 363 345 0 0 6 5 100 45 135
Binary 11110010 11110011 11100101 0 0 110 101 1000000 100101 1011101

Color Harmonies of #F2F3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F3E5

Black with #F2F3E5

Text Example


Text Example

White with #F2F3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F3E5; }

 p { color: rgb(242,243,229); }

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

background-color css

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

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

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

border-color css

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

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

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