Html Css Color HEX #FEC1B2 Melon

📋 copy color: '#FEC1B2'

red 254 ◦ green 193 ◦ blue 178

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

Shades of Melon #FEC1B2

Tints of Melon #FEC1B2

RGB

 RED value IS 254 (99.61% from 255) = 40.64%

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

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

R = 40.64%
G = 30.88%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEC1B2 (or 0xFEC1B2) is known color: Melon. HEX triplet: FE, C1 and B2. RGB value is (254,193,178). Sum of RGB (Red+Green+Blue) = 254+193+178=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 178 (69.92% from 255 or 28.48% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1B2 is #013E4D. Grayscale: #D1D1D1. Windows color (decimal): -81486 or 11715070. OLE color: 11715070.

HSL color Cylindrical-coordinate representation of color #FEC1B2: hue angle of 11.84º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEC1B2 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 193 178 -
CMYK 0 0.24 0.30 0.00
HSL 11.84º 0.97% 0.85% -
HSV(B) 11.84º 0.3% 1% -
XYZ 67.98 62.43 50.59 -
YUV 209.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 254 193 178 0 0.24 0.30 0.00 11.84 0.97 0.85
Hex FE C1 B2 0 18 1E 0 C 61 55
Octal 376 301 262 0 30 36 0 14 141 125
Binary 11111110 11000001 10110010 0 11000 11110 0 1100 1100001 1010101

Color Harmonies of #FEC1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1B2

Black with #FEC1B2

Text Example


Text Example

White with #FEC1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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