Html Css Color HEX #FFBAA8 Melon

📋 copy color: '#FFBAA8'

red 255 ◦ green 186 ◦ blue 168

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

Shades of Melon #FFBAA8

Tints of Melon #FFBAA8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.54%

 BLUE value IS 168 (66.02% from 255) = 27.59%

R = 41.87%
G = 30.54%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFBAA8 (or 0xFFBAA8) is known color: Melon. HEX triplet: FF, BA and A8. RGB value is (255,186,168). Sum of RGB (Red+Green+Blue) = 255+186+168=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAA8 is #004557. Grayscale: #CCCCCC. Windows color (decimal): -17752 or 11057919. OLE color: 11057919.

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

Color convert

RGB 255 186 168 -
CMYK 0 0.27 0.34 0
HSL 12.41º 1% 0.83% -
HSV(B) 12.41º 0.34% 1% -
XYZ 65.87 59.2 45 -
YUV 204.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 255 186 168 0 0.27 0.34 0 12.41 1 0.83
Hex FF BA A8 0 1B 22 0 C 64 53
Octal 377 272 250 0 33 42 0 14 144 123
Binary 11111111 10111010 10101000 0 11011 100010 0 1100 1100100 1010011

Color Harmonies of #FFBAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAA8

Black with #FFBAA8

Text Example


Text Example

White with #FFBAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAA8; }

 p { color: rgb(255,186,168); }

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

background-color css

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

 a { background-color: rgb(255,186,168); }

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

border-color css

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

 span { border-color: rgb(255,186,168); }

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