Html Css Color HEX #FCB4A6 Melon

📋 copy color: '#FCB4A6'

red 252 ◦ green 180 ◦ blue 166

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

Shades of Melon #FCB4A6

Tints of Melon #FCB4A6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.1%

 BLUE value IS 166 (65.23% from 255) = 27.76%

R = 42.14%
G = 30.1%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCB4A6 (or 0xFCB4A6) is known color: Melon. HEX triplet: FC, B4 and A6. RGB value is (252,180,166). Sum of RGB (Red+Green+Blue) = 252+180+166=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 166 (65.23% from 255 or 27.76% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB4A6 is #034B59. Grayscale: #C8C8C8. Windows color (decimal): -215898 or 10925308. OLE color: 10925308.

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

Color convert

RGB 252 180 166 -
CMYK 0 0.29 0.34 0.01
HSL 9.77º 0.93% 0.82% -
HSV(B) 9.77º 0.34% 0.99% -
XYZ 63.35 56.09 43.56 -
YUV 199.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 252 180 166 0 0.29 0.34 0.01 9.77 0.93 0.82
Hex FC B4 A6 0 1D 22 1 A 5D 52
Octal 374 264 246 0 35 42 1 12 135 122
Binary 11111100 10110100 10100110 0 11101 100010 1 1010 1011101 1010010

Color Harmonies of #FCB4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB4A6

Black with #FCB4A6

Text Example


Text Example

White with #FCB4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB4A6; }

 p { color: rgb(252,180,166); }

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

background-color css

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

 a { background-color: rgb(252,180,166); }

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

border-color css

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

 span { border-color: rgb(252,180,166); }

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