Html Css Color HEX #F9B9AF Melon

📋 copy color: '#F9B9AF'

red 249 ◦ green 185 ◦ blue 175

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

Shades of Melon #F9B9AF

Tints of Melon #F9B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.38%

 BLUE value IS 175 (68.75% from 255) = 28.74%

R = 40.89%
G = 30.38%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F9B9AF (or 0xF9B9AF) is known color: Melon. HEX triplet: F9, B9 and AF. RGB value is (249,185,175). Sum of RGB (Red+Green+Blue) = 249+185+175=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B9AF is #064650. Grayscale: #CBCBCB. Windows color (decimal): -411217 or 11516409. OLE color: 11516409.

HSL color Cylindrical-coordinate representation of color #F9B9AF: hue angle of 8.11º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9B9AF is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 185 175 -
CMYK 0 0.26 0.30 0.02
HSL 8.11º 0.86% 0.83% -
HSV(B) 8.11º 0.3% 0.98% -
XYZ 64.15 57.93 48.36 -
YUV 203 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 249 185 175 0 0.26 0.30 0.02 8.11 0.86 0.83
Hex F9 B9 AF 0 1A 1E 2 8 56 53
Octal 371 271 257 0 32 36 2 10 126 123
Binary 11111001 10111001 10101111 0 11010 11110 10 1000 1010110 1010011

Color Harmonies of #F9B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B9AF

Black with #F9B9AF

Text Example


Text Example

White with #F9B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B9AF; }

 p { color: rgb(249,185,175); }

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

background-color css

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

 a { background-color: rgb(249,185,175); }

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

border-color css

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

 span { border-color: rgb(249,185,175); }

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