Html Css Color HEX #FFBFAD Melon

📋 copy color: '#FFBFAD'

red 255 ◦ green 191 ◦ blue 173

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

Shades of Melon #FFBFAD

Tints of Melon #FFBFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.95%

R = 41.2%
G = 30.86%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFBFAD (or 0xFFBFAD) is known color: Melon. HEX triplet: FF, BF and AD. RGB value is (255,191,173). Sum of RGB (Red+Green+Blue) = 255+191+173=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFAD is #004052. Grayscale: #D0D0D0. Windows color (decimal): -16467 or 11386879. OLE color: 11386879.

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

Color convert

RGB 255 191 173 -
CMYK 0 0.25 0.32 0
HSL 13.17º 1% 0.84% -
HSV(B) 13.17º 0.32% 1% -
XYZ 67.41 61.54 47.86 -
YUV 208.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 255 191 173 0 0.25 0.32 0 13.17 1 0.84
Hex FF BF AD 0 19 20 0 D 64 54
Octal 377 277 255 0 31 40 0 15 144 124
Binary 11111111 10111111 10101101 0 11001 100000 0 1101 1100100 1010100

Color Harmonies of #FFBFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFAD

Black with #FFBFAD

Text Example


Text Example

White with #FFBFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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