Html Css Color HEX #FCB6A3 Melon

📋 copy color: '#FCB6A3'

red 252 ◦ green 182 ◦ blue 163

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

Shades of Melon #FCB6A3

Tints of Melon #FCB6A3

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.49%

 BLUE value IS 163 (64.06% from 255) = 27.3%

R = 42.21%
G = 30.49%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCB6A3 (or 0xFCB6A3) is known color: Melon. HEX triplet: FC, B6 and A3. RGB value is (252,182,163). Sum of RGB (Red+Green+Blue) = 252+182+163=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 163 (64.06% from 255 or 27.30% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB6A3 is #03495C. Grayscale: #C8C8C8. Windows color (decimal): -215389 or 10729212. OLE color: 10729212.

HSL color Cylindrical-coordinate representation of color #FCB6A3: hue angle of 12.81º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCB6A3 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 182 163 -
CMYK 0 0.28 0.35 0.01
HSL 12.81º 0.94% 0.81% -
HSV(B) 12.81º 0.35% 0.99% -
XYZ 63.48 56.8 42.27 -
YUV 200.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 252 182 163 0 0.28 0.35 0.01 12.81 0.94 0.81
Hex FC B6 A3 0 1C 23 1 D 5E 51
Octal 374 266 243 0 34 43 1 15 136 121
Binary 11111100 10110110 10100011 0 11100 100011 1 1101 1011110 1010001

Color Harmonies of #FCB6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6A3

Black with #FCB6A3

Text Example


Text Example

White with #FCB6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6A3; }

 p { color: rgb(252,182,163); }

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

background-color css

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

 a { background-color: rgb(252,182,163); }

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

border-color css

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

 span { border-color: rgb(252,182,163); }

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