Html Css Color HEX #FEBAB2 Melon

📋 copy color: '#FEBAB2'

red 254 ◦ green 186 ◦ blue 178

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

Shades of Melon #FEBAB2

Tints of Melon #FEBAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.8%

R = 41.1%
G = 30.1%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEBAB2 (or 0xFEBAB2) is known color: Melon. HEX triplet: FE, BA and B2. RGB value is (254,186,178). Sum of RGB (Red+Green+Blue) = 254+186+178=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAB2 is #01454D. Grayscale: #CDCDCD. Windows color (decimal): -83278 or 11713278. OLE color: 11713278.

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

Color convert

RGB 254 186 178 -
CMYK 0 0.27 0.30 0.00
HSL 6.32º 0.97% 0.85% -
HSV(B) 6.32º 0.3% 1% -
XYZ 66.47 59.4 50.08 -
YUV 205.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 254 186 178 0 0.27 0.30 0.00 6.32 0.97 0.85
Hex FE BA B2 0 1B 1E 0 6 61 55
Octal 376 272 262 0 33 36 0 6 141 125
Binary 11111110 10111010 10110010 0 11011 11110 0 110 1100001 1010101

Color Harmonies of #FEBAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAB2

Black with #FEBAB2

Text Example


Text Example

White with #FEBAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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