Html Css Color HEX #FEBAB4 Melon

📋 copy color: '#FEBAB4'

red 254 ◦ green 186 ◦ blue 180

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

Shades of Melon #FEBAB4

Tints of Melon #FEBAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.03%

R = 40.97%
G = 30%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEBAB4 (or 0xFEBAB4) is known color: Melon. HEX triplet: FE, BA and B4. RGB value is (254,186,180). Sum of RGB (Red+Green+Blue) = 254+186+180=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAB4 is #01454B. Grayscale: #CDCDCD. Windows color (decimal): -83276 or 11844350. OLE color: 11844350.

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

Color convert

RGB 254 186 180 -
CMYK 0 0.27 0.29 0.00
HSL 4.86º 0.97% 0.85% -
HSV(B) 4.86º 0.29% 1% -
XYZ 66.67 59.48 51.15 -
YUV 205.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 254 186 180 0 0.27 0.29 0.00 4.86 0.97 0.85
Hex FE BA B4 0 1B 1D 0 5 61 55
Octal 376 272 264 0 33 35 0 5 141 125
Binary 11111110 10111010 10110100 0 11011 11101 0 101 1100001 1010101

Color Harmonies of #FEBAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAB4

Black with #FEBAB4

Text Example


Text Example

White with #FEBAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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