Html Css Color HEX #F8BFAB Melon

📋 copy color: '#F8BFAB'

red 248 ◦ green 191 ◦ blue 171

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

Shades of Melon #F8BFAB

Tints of Melon #F8BFAB

RGB

 RED value IS 248 (97.27% from 255) = 40.66%

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

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

R = 40.66%
G = 31.31%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F8BFAB (or 0xF8BFAB) is known color: Melon. HEX triplet: F8, BF and AB. RGB value is (248,191,171). Sum of RGB (Red+Green+Blue) = 248+191+171=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BFAB is #074054. Grayscale: #CDCDCD. Windows color (decimal): -475221 or 11255800. OLE color: 11255800.

HSL color Cylindrical-coordinate representation of color #F8BFAB: hue angle of 15.58º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8BFAB is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 191 171 -
CMYK 0 0.23 0.31 0.03
HSL 15.58º 0.85% 0.82% -
HSV(B) 15.58º 0.31% 0.97% -
XYZ 64.69 60.16 46.73 -
YUV 205.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 248 191 171 0 0.23 0.31 0.03 15.58 0.85 0.82
Hex F8 BF AB 0 17 1F 3 10 55 52
Octal 370 277 253 0 27 37 3 20 125 122
Binary 11111000 10111111 10101011 0 10111 11111 11 10000 1010101 1010010

Color Harmonies of #F8BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BFAB

Black with #F8BFAB

Text Example


Text Example

White with #F8BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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