Html Css Color HEX #FFBFAA Melon

📋 copy color: '#FFBFAA'

red 255 ◦ green 191 ◦ blue 170

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

Shades of Melon #FFBFAA

Tints of Melon #FFBFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 31.01%

 BLUE value IS 170 (66.8% from 255) = 27.6%

R = 41.4%
G = 31.01%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFBFAA (or 0xFFBFAA) is known color: Melon. HEX triplet: FF, BF and AA. RGB value is (255,191,170). Sum of RGB (Red+Green+Blue) = 255+191+170=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFAA is #004055. Grayscale: #CFCFCF. Windows color (decimal): -16470 or 11190271. OLE color: 11190271.

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

Color convert

RGB 255 191 170 -
CMYK 0 0.25 0.33 0
HSL 14.82º 1% 0.83% -
HSV(B) 14.82º 0.33% 1% -
XYZ 67.13 61.42 46.35 -
YUV 207.74 106.7 161.71 -
System Red Green Blue C M Y K H S L
Decimal 255 191 170 0 0.25 0.33 0 14.82 1 0.83
Hex FF BF AA 0 19 21 0 F 64 53
Octal 377 277 252 0 31 41 0 17 144 123
Binary 11111111 10111111 10101010 0 11001 100001 0 1111 1100100 1010011

Color Harmonies of #FFBFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFAA

Black with #FFBFAA

Text Example


Text Example

White with #FFBFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFAA; }

 p { color: rgb(255,191,170); }

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

background-color css

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

 a { background-color: rgb(255,191,170); }

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

border-color css

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

 span { border-color: rgb(255,191,170); }

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