Html Css Color HEX #FFB8B5 Melon

📋 copy color: '#FFB8B5'

red 255 ◦ green 184 ◦ blue 181

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

Shades of Melon #FFB8B5

Tints of Melon #FFB8B5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.68%

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

R = 41.13%
G = 29.68%
B = 29.19%

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

#FFB8B5 (or 0xFFB8B5) is known color: Melon. HEX triplet: FF, B8 and B5. RGB value is (255,184,181). Sum of RGB (Red+Green+Blue) = 255+184+181=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8B5 is #00474A. Grayscale: #CCCCCC. Windows color (decimal): -18251 or 11909375. OLE color: 11909375.

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

Color convert

RGB 255 184 181 -
CMYK 0 0.28 0.29 0
HSL 2.43º 1% 0.85% -
HSV(B) 2.43º 0.29% 1% -
XYZ 66.72 58.88 51.56 -
YUV 204.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 255 184 181 0 0.28 0.29 0 2.43 1 0.85
Hex FF B8 B5 0 1C 1D 0 2 64 55
Octal 377 270 265 0 34 35 0 2 144 125
Binary 11111111 10111000 10110101 0 11100 11101 0 10 1100100 1010101

Color Harmonies of #FFB8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB8B5

Black with #FFB8B5

Text Example


Text Example

White with #FFB8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB8B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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