Html Css Color HEX #F8BBA5 Melon

📋 copy color: '#F8BBA5'

red 248 ◦ green 187 ◦ blue 165

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

Shades of Melon #F8BBA5

Tints of Melon #F8BBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.17%

 BLUE value IS 165 (64.84% from 255) = 27.5%

R = 41.33%
G = 31.17%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F8BBA5 (or 0xF8BBA5) is known color: Melon. HEX triplet: F8, BB and A5. RGB value is (248,187,165). Sum of RGB (Red+Green+Blue) = 248+187+165=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 165 (64.84% from 255 or 27.5% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BBA5 is #07445A. Grayscale: #CACACA. Windows color (decimal): -476251 or 10861560. OLE color: 10861560.

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

Color convert

RGB 248 187 165 -
CMYK 0 0.25 0.33 0.03
HSL 15.9º 0.86% 0.81% -
HSV(B) 15.9º 0.33% 0.97% -
XYZ 63.27 58.21 43.5 -
YUV 202.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 248 187 165 0 0.25 0.33 0.03 15.9 0.86 0.81
Hex F8 BB A5 0 19 21 3 10 56 51
Octal 370 273 245 0 31 41 3 20 126 121
Binary 11111000 10111011 10100101 0 11001 100001 11 10000 1010110 1010001

Color Harmonies of #F8BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBA5

Black with #F8BBA5

Text Example


Text Example

White with #F8BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBA5; }

 p { color: rgb(248,187,165); }

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

background-color css

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

 a { background-color: rgb(248,187,165); }

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

border-color css

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

 span { border-color: rgb(248,187,165); }

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