Html Css Color HEX #FEB6A9 Melon

📋 copy color: '#FEB6A9'

red 254 ◦ green 182 ◦ blue 169

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

Shades of Melon #FEB6A9

Tints of Melon #FEB6A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.93%

R = 41.98%
G = 30.08%
B = 27.93%

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

#FEB6A9 (or 0xFEB6A9) is known color: Melon. HEX triplet: FE, B6 and A9. RGB value is (254,182,169). Sum of RGB (Red+Green+Blue) = 254+182+169=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB6A9 is #014956. Grayscale: #CACACA. Windows color (decimal): -84311 or 11122430. OLE color: 11122430.

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

Color convert

RGB 254 182 169 -
CMYK 0 0.28 0.33 0.00
HSL 9.18º 0.98% 0.83% -
HSV(B) 9.18º 0.33% 1% -
XYZ 64.76 57.39 45.2 -
YUV 202.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 254 182 169 0 0.28 0.33 0.00 9.18 0.98 0.83
Hex FE B6 A9 0 1C 21 0 9 62 53
Octal 376 266 251 0 34 41 0 11 142 123
Binary 11111110 10110110 10101001 0 11100 100001 0 1001 1100010 1010011

Color Harmonies of #FEB6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6A9

Black with #FEB6A9

Text Example


Text Example

White with #FEB6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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