Html Css Color HEX #FEB5AF Melon

📋 copy color: '#FEB5AF'

red 254 ◦ green 181 ◦ blue 175

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

Shades of Melon #FEB5AF

Tints of Melon #FEB5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.67%

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

R = 41.64%
G = 29.67%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEB5AF (or 0xFEB5AF) is known color: Melon. HEX triplet: FE, B5 and AF. RGB value is (254,181,175). Sum of RGB (Red+Green+Blue) = 254+181+175=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB5AF is #014A50. Grayscale: #CACACA. Windows color (decimal): -84561 or 11515390. OLE color: 11515390.

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

Color convert

RGB 254 181 175 -
CMYK 0 0.29 0.31 0.00
HSL 4.56º 0.98% 0.84% -
HSV(B) 4.56º 0.31% 1% -
XYZ 65.13 57.21 48.17 -
YUV 202.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 254 181 175 0 0.29 0.31 0.00 4.56 0.98 0.84
Hex FE B5 AF 0 1D 1F 0 5 62 54
Octal 376 265 257 0 35 37 0 5 142 124
Binary 11111110 10110101 10101111 0 11101 11111 0 101 1100010 1010100

Color Harmonies of #FEB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5AF

Black with #FEB5AF

Text Example


Text Example

White with #FEB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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