Html Css Color HEX #FFBFAB Melon

📋 copy color: '#FFBFAB'

red 255 ◦ green 191 ◦ blue 171

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

Shades of Melon #FFBFAB

Tints of Melon #FFBFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.71%

R = 41.33%
G = 30.96%
B = 27.71%

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

#FFBFAB (or 0xFFBFAB) is known color: Melon. HEX triplet: FF, BF and AB. RGB value is (255,191,171). Sum of RGB (Red+Green+Blue) = 255+191+171=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFAB is #004054. Grayscale: #D0D0D0. Windows color (decimal): -16469 or 11255807. OLE color: 11255807.

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

Color convert

RGB 255 191 171 -
CMYK 0 0.25 0.33 0
HSL 14.29º 1% 0.84% -
HSV(B) 14.29º 0.33% 1% -
XYZ 67.22 61.46 46.85 -
YUV 207.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 255 191 171 0 0.25 0.33 0 14.29 1 0.84
Hex FF BF AB 0 19 21 0 E 64 54
Octal 377 277 253 0 31 41 0 16 144 124
Binary 11111111 10111111 10101011 0 11001 100001 0 1110 1100100 1010100

Color Harmonies of #FFBFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFAB

Black with #FFBFAB

Text Example


Text Example

White with #FFBFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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