Html Css Color HEX #FEB6B0 Melon

📋 copy color: '#FEB6B0'

red 254 ◦ green 182 ◦ blue 176

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

Shades of Melon #FEB6B0

Tints of Melon #FEB6B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.76%

R = 41.5%
G = 29.74%
B = 28.76%

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

#FEB6B0 (or 0xFEB6B0) is known color: Melon. HEX triplet: FE, B6 and B0. RGB value is (254,182,176). Sum of RGB (Red+Green+Blue) = 254+182+176=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB6B0 is #01494F. Grayscale: #CACACA. Windows color (decimal): -84304 or 11581182. OLE color: 11581182.

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

Color convert

RGB 254 182 176 -
CMYK 0 0.28 0.31 0.00
HSL 4.62º 0.98% 0.84% -
HSV(B) 4.62º 0.31% 1% -
XYZ 65.44 57.66 48.76 -
YUV 202.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 254 182 176 0 0.28 0.31 0.00 4.62 0.98 0.84
Hex FE B6 B0 0 1C 1F 0 5 62 54
Octal 376 266 260 0 34 37 0 5 142 124
Binary 11111110 10110110 10110000 0 11100 11111 0 101 1100010 1010100

Color Harmonies of #FEB6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6B0

Black with #FEB6B0

Text Example


Text Example

White with #FEB6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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