Html Css Color HEX #FEC2B1 Melon

📋 copy color: '#FEC2B1'

red 254 ◦ green 194 ◦ blue 177

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

Shades of Melon #FEC2B1

Tints of Melon #FEC2B1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.04%

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

R = 40.64%
G = 31.04%
B = 28.32%

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

#FEC2B1 (or 0xFEC2B1) is known color: Melon. HEX triplet: FE, C2 and B1. RGB value is (254,194,177). Sum of RGB (Red+Green+Blue) = 254+194+177=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 177 (69.53% from 255 or 28.32% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2B1 is #013D4E. Grayscale: #D2D2D2. Windows color (decimal): -81231 or 11649790. OLE color: 11649790.

HSL color Cylindrical-coordinate representation of color #FEC2B1: hue angle of 13.25º 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 #FEC2B1 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 194 177 -
CMYK 0 0.24 0.30 0.00
HSL 13.25º 0.97% 0.85% -
HSV(B) 13.25º 0.3% 1% -
XYZ 68.1 62.83 50.13 -
YUV 210 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 254 194 177 0 0.24 0.30 0.00 13.25 0.97 0.85
Hex FE C2 B1 0 18 1E 0 D 61 55
Octal 376 302 261 0 30 36 0 15 141 125
Binary 11111110 11000010 10110001 0 11000 11110 0 1101 1100001 1010101

Color Harmonies of #FEC2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2B1

Black with #FEC2B1

Text Example


Text Example

White with #FEC2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2B1; }

 p { color: rgb(254,194,177); }

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

background-color css

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

 a { background-color: rgb(254,194,177); }

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

border-color css

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

 span { border-color: rgb(254,194,177); }

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