Html Css Color HEX #F9BCA8 Melon

📋 copy color: '#F9BCA8'

red 249 ◦ green 188 ◦ blue 168

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

Shades of Melon #F9BCA8

Tints of Melon #F9BCA8

RGB

 RED value IS 249 (97.66% from 255) = 41.16%

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

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

R = 41.16%
G = 31.07%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F9BCA8 (or 0xF9BCA8) is known color: Melon. HEX triplet: F9, BC and A8. RGB value is (249,188,168). Sum of RGB (Red+Green+Blue) = 249+188+168=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BCA8 is #064357. Grayscale: #CCCCCC. Windows color (decimal): -410456 or 11058425. OLE color: 11058425.

HSL color Cylindrical-coordinate representation of color #F9BCA8: hue angle of 14.81º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9BCA8 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 188 168 -
CMYK 0 0.24 0.33 0.02
HSL 14.81º 0.87% 0.82% -
HSV(B) 14.81º 0.33% 0.98% -
XYZ 64.12 58.93 45.04 -
YUV 203.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 249 188 168 0 0.24 0.33 0.02 14.81 0.87 0.82
Hex F9 BC A8 0 18 21 2 F 57 52
Octal 371 274 250 0 30 41 2 17 127 122
Binary 11111001 10111100 10101000 0 11000 100001 10 1111 1010111 1010010

Color Harmonies of #F9BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BCA8

Black with #F9BCA8

Text Example


Text Example

White with #F9BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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