Html Css Color HEX #FEBDAB Melon

📋 copy color: '#FEBDAB'

red 254 ◦ green 189 ◦ blue 171

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

Shades of Melon #FEBDAB

Tints of Melon #FEBDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.85%

R = 41.37%
G = 30.78%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEBDAB (or 0xFEBDAB) is known color: Melon. HEX triplet: FE, BD and AB. RGB value is (254,189,171). Sum of RGB (Red+Green+Blue) = 254+189+171=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBDAB is #014254. Grayscale: #CECECE. Windows color (decimal): -82517 or 11255294. OLE color: 11255294.

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

Color convert

RGB 254 189 171 -
CMYK 0 0.26 0.33 0.00
HSL 13.01º 0.98% 0.83% -
HSV(B) 13.01º 0.33% 1% -
XYZ 66.42 60.41 46.69 -
YUV 206.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 254 189 171 0 0.26 0.33 0.00 13.01 0.98 0.83
Hex FE BD AB 0 1A 21 0 D 62 53
Octal 376 275 253 0 32 41 0 15 142 123
Binary 11111110 10111101 10101011 0 11010 100001 0 1101 1100010 1010011

Color Harmonies of #FEBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDAB

Black with #FEBDAB

Text Example


Text Example

White with #FEBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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