Html Css Color HEX #FCB4A8 Melon

📋 copy color: '#FCB4A8'

red 252 ◦ green 180 ◦ blue 168

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

Shades of Melon #FCB4A8

Tints of Melon #FCB4A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28%

R = 42%
G = 30%
B = 28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCB4A8 (or 0xFCB4A8) is known color: Melon. HEX triplet: FC, B4 and A8. RGB value is (252,180,168). Sum of RGB (Red+Green+Blue) = 252+180+168=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB4A8 is #034B57. Grayscale: #C8C8C8. Windows color (decimal): -215896 or 11056380. OLE color: 11056380.

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

Color convert

RGB 252 180 168 -
CMYK 0 0.29 0.33 0.01
HSL 8.57º 0.93% 0.82% -
HSV(B) 8.57º 0.33% 0.99% -
XYZ 63.53 56.17 44.54 -
YUV 200.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 252 180 168 0 0.29 0.33 0.01 8.57 0.93 0.82
Hex FC B4 A8 0 1D 21 1 9 5D 52
Octal 374 264 250 0 35 41 1 11 135 122
Binary 11111100 10110100 10101000 0 11101 100001 1 1001 1011101 1010010

Color Harmonies of #FCB4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB4A8

Black with #FCB4A8

Text Example


Text Example

White with #FCB4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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