Html Css Color HEX #FEC4B1 Melon

📋 copy color: '#FEC4B1'

red 254 ◦ green 196 ◦ blue 177

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

Shades of Melon #FEC4B1

Tints of Melon #FEC4B1

RGB

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

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

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

R = 40.51%
G = 31.26%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEC4B1 (or 0xFEC4B1) is known color: Melon. HEX triplet: FE, C4 and B1. RGB value is (254,196,177). Sum of RGB (Red+Green+Blue) = 254+196+177=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 177 (69.53% from 255 or 28.23% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC4B1 is #013B4E. Grayscale: #D3D3D3. Windows color (decimal): -80719 or 11650302. OLE color: 11650302.

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

Color convert

RGB 254 196 177 -
CMYK 0 0.23 0.30 0.00
HSL 14.81º 0.97% 0.85% -
HSV(B) 14.81º 0.3% 1% -
XYZ 68.55 63.73 50.28 -
YUV 211.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 254 196 177 0 0.23 0.30 0.00 14.81 0.97 0.85
Hex FE C4 B1 0 17 1E 0 F 61 55
Octal 376 304 261 0 27 36 0 17 141 125
Binary 11111110 11000100 10110001 0 10111 11110 0 1111 1100001 1010101

Color Harmonies of #FEC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4B1

Black with #FEC4B1

Text Example


Text Example

White with #FEC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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