Html Css Color HEX #FCB9AF Melon

📋 copy color: '#FCB9AF'

red 252 ◦ green 185 ◦ blue 175

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

Shades of Melon #FCB9AF

Tints of Melon #FCB9AF

RGB

 RED value IS 252 (98.83% from 255) = 41.18%

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

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

R = 41.18%
G = 30.23%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCB9AF (or 0xFCB9AF) is known color: Melon. HEX triplet: FC, B9 and AF. RGB value is (252,185,175). Sum of RGB (Red+Green+Blue) = 252+185+175=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB9AF is #034650. Grayscale: #CCCCCC. Windows color (decimal): -214609 or 11516412. OLE color: 11516412.

HSL color Cylindrical-coordinate representation of color #FCB9AF: hue angle of 7.79º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCB9AF is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 175 -
CMYK 0 0.27 0.31 0.01
HSL 7.79º 0.93% 0.84% -
HSV(B) 7.79º 0.31% 0.99% -
XYZ 65.23 58.49 48.41 -
YUV 203.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 252 185 175 0 0.27 0.31 0.01 7.79 0.93 0.84
Hex FC B9 AF 0 1B 1F 1 8 5D 54
Octal 374 271 257 0 33 37 1 10 135 124
Binary 11111100 10111001 10101111 0 11011 11111 1 1000 1011101 1010100

Color Harmonies of #FCB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9AF

Black with #FCB9AF

Text Example


Text Example

White with #FCB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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