Html Css Color HEX #FEB7AF Melon

📋 copy color: '#FEB7AF'

red 254 ◦ green 183 ◦ blue 175

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

Shades of Melon #FEB7AF

Tints of Melon #FEB7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.9%

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

R = 41.5%
G = 29.9%
B = 28.59%

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

#FEB7AF (or 0xFEB7AF) is known color: Melon. HEX triplet: FE, B7 and AF. RGB value is (254,183,175). Sum of RGB (Red+Green+Blue) = 254+183+175=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB7AF is #014850. Grayscale: #CBCBCB. Windows color (decimal): -84049 or 11515902. OLE color: 11515902.

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

Color convert

RGB 254 183 175 -
CMYK 0 0.28 0.31 0.00
HSL 6.08º 0.98% 0.84% -
HSV(B) 6.08º 0.31% 1% -
XYZ 65.54 58.03 48.3 -
YUV 203.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 254 183 175 0 0.28 0.31 0.00 6.08 0.98 0.84
Hex FE B7 AF 0 1C 1F 0 6 62 54
Octal 376 267 257 0 34 37 0 6 142 124
Binary 11111110 10110111 10101111 0 11100 11111 0 110 1100010 1010100

Color Harmonies of #FEB7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7AF

Black with #FEB7AF

Text Example


Text Example

White with #FEB7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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