Html Css Color HEX #FFB7B4 Melon

📋 copy color: '#FFB7B4'

red 255 ◦ green 183 ◦ blue 180

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

Shades of Melon #FFB7B4

Tints of Melon #FFB7B4

RGB

 RED value IS 255 (100% from 255) = 41.26%

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

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

R = 41.26%
G = 29.61%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFB7B4 (or 0xFFB7B4) is known color: Melon. HEX triplet: FF, B7 and B4. RGB value is (255,183,180). Sum of RGB (Red+Green+Blue) = 255+183+180=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7B4 is #00484B. Grayscale: #CCCCCC. Windows color (decimal): -18508 or 11843583. OLE color: 11843583.

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

Color convert

RGB 255 183 180 -
CMYK 0 0.28 0.29 0
HSL 2.4º 1% 0.85% -
HSV(B) 2.4º 0.29% 1% -
XYZ 66.41 58.42 50.96 -
YUV 204.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 255 183 180 0 0.28 0.29 0 2.4 1 0.85
Hex FF B7 B4 0 1C 1D 0 2 64 55
Octal 377 267 264 0 34 35 0 2 144 125
Binary 11111111 10110111 10110100 0 11100 11101 0 10 1100100 1010101

Color Harmonies of #FFB7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7B4

Black with #FFB7B4

Text Example


Text Example

White with #FFB7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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