Html Css Color HEX #FCC1B2 Melon

📋 copy color: '#FCC1B2'

red 252 ◦ green 193 ◦ blue 178

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

Shades of Melon #FCC1B2

Tints of Melon #FCC1B2

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.98%

 BLUE value IS 178 (69.92% from 255) = 28.57%

R = 40.45%
G = 30.98%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCC1B2 (or 0xFCC1B2) is known color: Melon. HEX triplet: FC, C1 and B2. RGB value is (252,193,178). Sum of RGB (Red+Green+Blue) = 252+193+178=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 178 (69.92% from 255 or 28.57% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1B2 is #033E4D. Grayscale: #D1D1D1. Windows color (decimal): -212558 or 11715068. OLE color: 11715068.

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

Color convert

RGB 252 193 178 -
CMYK 0 0.23 0.29 0.01
HSL 12.16º 0.93% 0.84% -
HSV(B) 12.16º 0.29% 0.99% -
XYZ 67.25 62.05 50.55 -
YUV 208.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 252 193 178 0 0.23 0.29 0.01 12.16 0.93 0.84
Hex FC C1 B2 0 17 1D 1 C 5C 54
Octal 374 301 262 0 27 35 1 14 134 124
Binary 11111100 11000001 10110010 0 10111 11101 1 1100 1011100 1010100

Color Harmonies of #FCC1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1B2

Black with #FCC1B2

Text Example


Text Example

White with #FCC1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1B2; }

 p { color: rgb(252,193,178); }

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

background-color css

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

 a { background-color: rgb(252,193,178); }

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

border-color css

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

 span { border-color: rgb(252,193,178); }

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