Html Css Color HEX #FEBDA8 Melon

📋 copy color: '#FEBDA8'

red 254 ◦ green 189 ◦ blue 168

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

Shades of Melon #FEBDA8

Tints of Melon #FEBDA8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.93%

 BLUE value IS 168 (66.02% from 255) = 27.5%

R = 41.57%
G = 30.93%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEBDA8 (or 0xFEBDA8) is known color: Melon. HEX triplet: FE, BD and A8. RGB value is (254,189,168). Sum of RGB (Red+Green+Blue) = 254+189+168=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBDA8 is #014257. Grayscale: #CECECE. Windows color (decimal): -82520 or 11058686. OLE color: 11058686.

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

Color convert

RGB 254 189 168 -
CMYK 0 0.26 0.34 0.00
HSL 14.65º 0.98% 0.83% -
HSV(B) 14.65º 0.34% 1% -
XYZ 66.14 60.29 45.2 -
YUV 206.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 254 189 168 0 0.26 0.34 0.00 14.65 0.98 0.83
Hex FE BD A8 0 1A 22 0 F 62 53
Octal 376 275 250 0 32 42 0 17 142 123
Binary 11111110 10111101 10101000 0 11010 100010 0 1111 1100010 1010011

Color Harmonies of #FEBDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDA8

Black with #FEBDA8

Text Example


Text Example

White with #FEBDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDA8; }

 p { color: rgb(254,189,168); }

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

background-color css

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

 a { background-color: rgb(254,189,168); }

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

border-color css

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

 span { border-color: rgb(254,189,168); }

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