Html Css Color HEX #FFB5B4 Melon

📋 copy color: '#FFB5B4'

red 255 ◦ green 181 ◦ blue 180

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

Shades of Melon #FFB5B4

Tints of Melon #FFB5B4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.38%

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

R = 41.4%
G = 29.38%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFB5B4 (or 0xFFB5B4) is known color: Melon. HEX triplet: FF, B5 and B4. RGB value is (255,181,180). Sum of RGB (Red+Green+Blue) = 255+181+180=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5B4 is #004A4B. Grayscale: #CBCBCB. Windows color (decimal): -19020 or 11843071. OLE color: 11843071.

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

Color convert

RGB 255 181 180 -
CMYK 0 0.29 0.29 0
HSL 0.8º 1% 0.85% -
HSV(B) 0.8º 0.29% 1% -
XYZ 66 57.6 50.82 -
YUV 203.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 255 181 180 0 0.29 0.29 0 0.8 1 0.85
Hex FF B5 B4 0 1D 1D 0 1 64 55
Octal 377 265 264 0 35 35 0 1 144 125
Binary 11111111 10110101 10110100 0 11101 11101 0 1 1100100 1010101

Color Harmonies of #FFB5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5B4

Black with #FFB5B4

Text Example


Text Example

White with #FFB5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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