Html Css Color HEX #FFBBA4 Melon

📋 copy color: '#FFBBA4'

red 255 ◦ green 187 ◦ blue 164

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

Shades of Melon #FFBBA4

Tints of Melon #FFBBA4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.86%

 BLUE value IS 164 (64.45% from 255) = 27.06%

R = 42.08%
G = 30.86%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFBBA4 (or 0xFFBBA4) is known color: Melon. HEX triplet: FF, BB and A4. RGB value is (255,187,164). Sum of RGB (Red+Green+Blue) = 255+187+164=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBA4 is #00445B. Grayscale: #CCCCCC. Windows color (decimal): -17500 or 10796031. OLE color: 10796031.

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

Color convert

RGB 255 187 164 -
CMYK 0 0.27 0.36 0
HSL 15.16º 1% 0.82% -
HSV(B) 15.16º 0.36% 1% -
XYZ 65.71 59.48 43.14 -
YUV 204.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 255 187 164 0 0.27 0.36 0 15.16 1 0.82
Hex FF BB A4 0 1B 24 0 F 64 52
Octal 377 273 244 0 33 44 0 17 144 122
Binary 11111111 10111011 10100100 0 11011 100100 0 1111 1100100 1010010

Color Harmonies of #FFBBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBA4

Black with #FFBBA4

Text Example


Text Example

White with #FFBBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBA4; }

 p { color: rgb(255,187,164); }

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

background-color css

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

 a { background-color: rgb(255,187,164); }

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

border-color css

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

 span { border-color: rgb(255,187,164); }

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