Html Css Color HEX #FEB7B4 Melon

📋 copy color: '#FEB7B4'

red 254 ◦ green 183 ◦ blue 180

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

Shades of Melon #FEB7B4

Tints of Melon #FEB7B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.17%

R = 41.17%
G = 29.66%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEB7B4 (or 0xFEB7B4) is known color: Melon. HEX triplet: FE, B7 and B4. RGB value is (254,183,180). Sum of RGB (Red+Green+Blue) = 254+183+180=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7B4 is #01484B. Grayscale: #CBCBCB. Windows color (decimal): -84044 or 11843582. OLE color: 11843582.

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

Color convert

RGB 254 183 180 -
CMYK 0 0.28 0.29 0.00
HSL 2.43º 0.97% 0.85% -
HSV(B) 2.43º 0.29% 1% -
XYZ 66.04 58.23 50.94 -
YUV 203.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 254 183 180 0 0.28 0.29 0.00 2.43 0.97 0.85
Hex FE B7 B4 0 1C 1D 0 2 61 55
Octal 376 267 264 0 34 35 0 2 141 125
Binary 11111110 10110111 10110100 0 11100 11101 0 10 1100001 1010101

Color Harmonies of #FEB7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7B4

Black with #FEB7B4

Text Example


Text Example

White with #FEB7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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