Html Css Color HEX #FFBAAF Melon

📋 copy color: '#FFBAAF'

red 255 ◦ green 186 ◦ blue 175

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

Shades of Melon #FFBAAF

Tints of Melon #FFBAAF

RGB

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

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

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

R = 41.4%
G = 30.19%
B = 28.41%

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

#FFBAAF (or 0xFFBAAF) is known color: Melon. HEX triplet: FF, BA and AF. RGB value is (255,186,175). Sum of RGB (Red+Green+Blue) = 255+186+175=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAAF is #004550. Grayscale: #CDCDCD. Windows color (decimal): -17745 or 11516671. OLE color: 11516671.

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

Color convert

RGB 255 186 175 -
CMYK 0 0.27 0.31 0
HSL 8.25º 1% 0.84% -
HSV(B) 8.25º 0.31% 1% -
XYZ 66.54 59.47 48.53 -
YUV 205.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 255 186 175 0 0.27 0.31 0 8.25 1 0.84
Hex FF BA AF 0 1B 1F 0 8 64 54
Octal 377 272 257 0 33 37 0 10 144 124
Binary 11111111 10111010 10101111 0 11011 11111 0 1000 1100100 1010100

Color Harmonies of #FFBAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAAF

Black with #FFBAAF

Text Example


Text Example

White with #FFBAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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