Html Css Color HEX #F8E6AF Banana Mania

📋 copy color: '#F8E6AF'

red 248 ◦ green 230 ◦ blue 175

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

Shades of Banana Mania #F8E6AF

Tints of Banana Mania #F8E6AF

RGB

 RED value IS 248 (97.27% from 255) = 37.98%

 GREEN value IS 230 (90.23% from 255) = 35.22%

 BLUE value IS 175 (68.75% from 255) = 26.8%

R = 37.98%
G = 35.22%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F8E6AF (or 0xF8E6AF) is known color: Banana Mania. HEX triplet: F8, E6 and AF. RGB value is (248,230,175). Sum of RGB (Red+Green+Blue) = 248+230+175=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E6AF is #071950. Grayscale: #E5E5E5. Windows color (decimal): -465233 or 11527928. OLE color: 11527928.

HSL color Cylindrical-coordinate representation of color #F8E6AF: hue angle of 45.21º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8E6AF is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 230 175 -
CMYK 0 0.07 0.29 0.03
HSL 45.21º 0.84% 0.83% -
HSV(B) 45.21º 0.29% 0.97% -
XYZ 74.75 79.65 51.99 -
YUV 229.11 97.46 141.47 -
System Red Green Blue C M Y K H S L
Decimal 248 230 175 0 0.07 0.29 0.03 45.21 0.84 0.83
Hex F8 E6 AF 0 7 1D 3 2D 54 53
Octal 370 346 257 0 7 35 3 55 124 123
Binary 11111000 11100110 10101111 0 111 11101 11 101101 1010100 1010011

Color Harmonies of #F8E6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E6AF

Black with #F8E6AF

Text Example


Text Example

White with #F8E6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E6AF; }

 p { color: rgb(248,230,175); }

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

background-color css

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

 a { background-color: rgb(248,230,175); }

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

border-color css

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

 span { border-color: rgb(248,230,175); }

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