Html Css Color HEX #FEB6AB Melon

📋 copy color: '#FEB6AB'

red 254 ◦ green 182 ◦ blue 171

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

Shades of Melon #FEB6AB

Tints of Melon #FEB6AB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.98%

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

R = 41.85%
G = 29.98%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEB6AB (or 0xFEB6AB) is known color: Melon. HEX triplet: FE, B6 and AB. RGB value is (254,182,171). Sum of RGB (Red+Green+Blue) = 254+182+171=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB6AB is #014954. Grayscale: #CACACA. Windows color (decimal): -84309 or 11253502. OLE color: 11253502.

HSL color Cylindrical-coordinate representation of color #FEB6AB: hue angle of 7.95º 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 #FEB6AB is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 182 171 -
CMYK 0 0.28 0.33 0.00
HSL 7.95º 0.98% 0.83% -
HSV(B) 7.95º 0.33% 1% -
XYZ 64.95 57.47 46.2 -
YUV 202.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 254 182 171 0 0.28 0.33 0.00 7.95 0.98 0.83
Hex FE B6 AB 0 1C 21 0 8 62 53
Octal 376 266 253 0 34 41 0 10 142 123
Binary 11111110 10110110 10101011 0 11100 100001 0 1000 1100010 1010011

Color Harmonies of #FEB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6AB

Black with #FEB6AB

Text Example


Text Example

White with #FEB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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