Html Css Color HEX #FFBBAF Melon

📋 copy color: '#FFBBAF'

red 255 ◦ green 187 ◦ blue 175

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

Shades of Melon #FFBBAF

Tints of Melon #FFBBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.36%

R = 41.33%
G = 30.31%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFBBAF (or 0xFFBBAF) is known color: Melon. HEX triplet: FF, BB and AF. RGB value is (255,187,175). Sum of RGB (Red+Green+Blue) = 255+187+175=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBAF is #004450. Grayscale: #CECECE. Windows color (decimal): -17489 or 11516927. OLE color: 11516927.

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

Color convert

RGB 255 187 175 -
CMYK 0 0.27 0.31 0
HSL 1% 0.84% -
HSV(B) 0.31% 1% -
XYZ 66.75 59.9 48.6 -
YUV 205.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 255 187 175 0 0.27 0.31 0 9 1 0.84
Hex FF BB AF 0 1B 1F 0 9 64 54
Octal 377 273 257 0 33 37 0 11 144 124
Binary 11111111 10111011 10101111 0 11011 11111 0 1001 1100100 1010100

Color Harmonies of #FFBBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBAF

Black with #FFBBAF

Text Example


Text Example

White with #FFBBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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