Html Css Color HEX #FEB6B5 Melon

📋 copy color: '#FEB6B5'

red 254 ◦ green 182 ◦ blue 181

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

Shades of Melon #FEB6B5

Tints of Melon #FEB6B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.34%

R = 41.17%
G = 29.5%
B = 29.34%

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

#FEB6B5 (or 0xFEB6B5) is known color: Melon. HEX triplet: FE, B6 and B5. RGB value is (254,182,181). Sum of RGB (Red+Green+Blue) = 254+182+181=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6B5 is #01494A. Grayscale: #CBCBCB. Windows color (decimal): -84299 or 11908862. OLE color: 11908862.

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

Color convert

RGB 254 182 181 -
CMYK 0 0.28 0.29 0.00
HSL 0.82º 0.97% 0.85% -
HSV(B) 0.82º 0.29% 1% -
XYZ 65.94 57.86 51.41 -
YUV 203.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 254 182 181 0 0.28 0.29 0.00 0.82 0.97 0.85
Hex FE B6 B5 0 1C 1D 0 1 61 55
Octal 376 266 265 0 34 35 0 1 141 125
Binary 11111110 10110110 10110101 0 11100 11101 0 1 1100001 1010101

Color Harmonies of #FEB6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6B5

Black with #FEB6B5

Text Example


Text Example

White with #FEB6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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