Html Css Color HEX #FCC4B1 Melon

📋 copy color: '#FCC4B1'

red 252 ◦ green 196 ◦ blue 177

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

Shades of Melon #FCC4B1

Tints of Melon #FCC4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.36%

 BLUE value IS 177 (69.53% from 255) = 28.32%

R = 40.32%
G = 31.36%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCC4B1 (or 0xFCC4B1) is known color: Melon. HEX triplet: FC, C4 and B1. RGB value is (252,196,177). Sum of RGB (Red+Green+Blue) = 252+196+177=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 177 (69.53% from 255 or 28.32% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4B1 is #033B4E. Grayscale: #D2D2D2. Windows color (decimal): -211791 or 11650300. OLE color: 11650300.

HSL color Cylindrical-coordinate representation of color #FCC4B1: hue angle of 15.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCC4B1 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 196 177 -
CMYK 0 0.22 0.30 0.01
HSL 15.2º 0.93% 0.84% -
HSV(B) 15.2º 0.3% 0.99% -
XYZ 67.82 63.35 50.25 -
YUV 210.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 252 196 177 0 0.22 0.30 0.01 15.2 0.93 0.84
Hex FC C4 B1 0 16 1E 1 F 5D 54
Octal 374 304 261 0 26 36 1 17 135 124
Binary 11111100 11000100 10110001 0 10110 11110 1 1111 1011101 1010100

Color Harmonies of #FCC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4B1

Black with #FCC4B1

Text Example


Text Example

White with #FCC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4B1; }

 p { color: rgb(252,196,177); }

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

background-color css

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

 a { background-color: rgb(252,196,177); }

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

border-color css

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

 span { border-color: rgb(252,196,177); }

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