Html Css Color HEX #FCB6AB Melon

📋 copy color: '#FCB6AB'

red 252 ◦ green 182 ◦ blue 171

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

Shades of Melon #FCB6AB

Tints of Melon #FCB6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.26%

R = 41.65%
G = 30.08%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCB6AB (or 0xFCB6AB) is known color: Melon. HEX triplet: FC, B6 and AB. RGB value is (252,182,171). Sum of RGB (Red+Green+Blue) = 252+182+171=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB6AB is #034954. Grayscale: #C9C9C9. Windows color (decimal): -215381 or 11253500. OLE color: 11253500.

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

Color convert

RGB 252 182 171 -
CMYK 0 0.28 0.32 0.01
HSL 8.15º 0.93% 0.83% -
HSV(B) 8.15º 0.32% 0.99% -
XYZ 64.22 57.09 46.16 -
YUV 201.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 252 182 171 0 0.28 0.32 0.01 8.15 0.93 0.83
Hex FC B6 AB 0 1C 20 1 8 5D 53
Octal 374 266 253 0 34 40 1 10 135 123
Binary 11111100 10110110 10101011 0 11100 100000 1 1000 1011101 1010011

Color Harmonies of #FCB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6AB

Black with #FCB6AB

Text Example


Text Example

White with #FCB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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