Html Css Color HEX #FCB6AA Melon

📋 copy color: '#FCB6AA'

red 252 ◦ green 182 ◦ blue 170

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

Shades of Melon #FCB6AA

Tints of Melon #FCB6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.15%

R = 41.72%
G = 30.13%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCB6AA (or 0xFCB6AA) is known color: Melon. HEX triplet: FC, B6 and AA. RGB value is (252,182,170). Sum of RGB (Red+Green+Blue) = 252+182+170=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB6AA is #034955. Grayscale: #C9C9C9. Windows color (decimal): -215382 or 11187964. OLE color: 11187964.

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

Color convert

RGB 252 182 170 -
CMYK 0 0.28 0.33 0.01
HSL 8.78º 0.93% 0.83% -
HSV(B) 8.78º 0.33% 0.99% -
XYZ 64.13 57.05 45.66 -
YUV 201.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 252 182 170 0 0.28 0.33 0.01 8.78 0.93 0.83
Hex FC B6 AA 0 1C 21 1 9 5D 53
Octal 374 266 252 0 34 41 1 11 135 123
Binary 11111100 10110110 10101010 0 11100 100001 1 1001 1011101 1010011

Color Harmonies of #FCB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6AA

Black with #FCB6AA

Text Example


Text Example

White with #FCB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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