Html Css Color HEX #FEB6AF Melon

📋 copy color: '#FEB6AF'

red 254 ◦ green 182 ◦ blue 175

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

Shades of Melon #FEB6AF

Tints of Melon #FEB6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.64%

R = 41.57%
G = 29.79%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEB6AF (or 0xFEB6AF) is known color: Melon. HEX triplet: FE, B6 and AF. RGB value is (254,182,175). Sum of RGB (Red+Green+Blue) = 254+182+175=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB6AF is #014950. Grayscale: #CACACA. Windows color (decimal): -84305 or 11515646. OLE color: 11515646.

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

Color convert

RGB 254 182 175 -
CMYK 0 0.28 0.31 0.00
HSL 5.32º 0.98% 0.84% -
HSV(B) 5.32º 0.31% 1% -
XYZ 65.34 57.62 48.24 -
YUV 202.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 254 182 175 0 0.28 0.31 0.00 5.32 0.98 0.84
Hex FE B6 AF 0 1C 1F 0 5 62 54
Octal 376 266 257 0 34 37 0 5 142 124
Binary 11111110 10110110 10101111 0 11100 11111 0 101 1100010 1010100

Color Harmonies of #FEB6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6AF

Black with #FEB6AF

Text Example


Text Example

White with #FEB6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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