Html Css Color HEX #FEBAA6 Melon

📋 copy color: '#FEBAA6'

red 254 ◦ green 186 ◦ blue 166

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

Shades of Melon #FEBAA6

Tints of Melon #FEBAA6

RGB

 RED value IS 254 (99.61% from 255) = 41.91%

 GREEN value IS 186 (73.05% from 255) = 30.69%

 BLUE value IS 166 (65.23% from 255) = 27.39%

R = 41.91%
G = 30.69%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEBAA6 (or 0xFEBAA6) is known color: Melon. HEX triplet: FE, BA and A6. RGB value is (254,186,166). Sum of RGB (Red+Green+Blue) = 254+186+166=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAA6 is #014559. Grayscale: #CCCCCC. Windows color (decimal): -83290 or 10926846. OLE color: 10926846.

HSL color Cylindrical-coordinate representation of color #FEBAA6: hue angle of 13.64º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEBAA6 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 186 166 -
CMYK 0 0.27 0.35 0.00
HSL 13.64º 0.98% 0.82% -
HSV(B) 13.64º 0.35% 1% -
XYZ 65.31 58.94 44.01 -
YUV 204.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 254 186 166 0 0.27 0.35 0.00 13.64 0.98 0.82
Hex FE BA A6 0 1B 23 0 E 62 52
Octal 376 272 246 0 33 43 0 16 142 122
Binary 11111110 10111010 10100110 0 11011 100011 0 1110 1100010 1010010

Color Harmonies of #FEBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAA6

Black with #FEBAA6

Text Example


Text Example

White with #FEBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAA6; }

 p { color: rgb(254,186,166); }

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

background-color css

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

 a { background-color: rgb(254,186,166); }

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

border-color css

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

 span { border-color: rgb(254,186,166); }

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