Html Css Color HEX #F8BCA8 Melon

📋 copy color: '#F8BCA8'

red 248 ◦ green 188 ◦ blue 168

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

Shades of Melon #F8BCA8

Tints of Melon #F8BCA8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.13%

 BLUE value IS 168 (66.02% from 255) = 27.81%

R = 41.06%
G = 31.13%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F8BCA8 (or 0xF8BCA8) is known color: Melon. HEX triplet: F8, BC and A8. RGB value is (248,188,168). Sum of RGB (Red+Green+Blue) = 248+188+168=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BCA8 is #074357. Grayscale: #CBCBCB. Windows color (decimal): -475992 or 11058424. OLE color: 11058424.

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

Color convert

RGB 248 188 168 -
CMYK 0 0.24 0.32 0.03
HSL 15º 0.85% 0.82% -
HSV(B) 15º 0.32% 0.97% -
XYZ 63.76 58.75 45.03 -
YUV 203.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 248 188 168 0 0.24 0.32 0.03 15 0.85 0.82
Hex F8 BC A8 0 18 20 3 F 55 52
Octal 370 274 250 0 30 40 3 17 125 122
Binary 11111000 10111100 10101000 0 11000 100000 11 1111 1010101 1010010

Color Harmonies of #F8BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BCA8

Black with #F8BCA8

Text Example


Text Example

White with #F8BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BCA8; }

 p { color: rgb(248,188,168); }

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

background-color css

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

 a { background-color: rgb(248,188,168); }

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

border-color css

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

 span { border-color: rgb(248,188,168); }

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