Html Css Color HEX #FEC2B2 Melon

📋 copy color: '#FEC2B2'

red 254 ◦ green 194 ◦ blue 178

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

Shades of Melon #FEC2B2

Tints of Melon #FEC2B2

RGB

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

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

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

R = 40.58%
G = 30.99%
B = 28.43%

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

#FEC2B2 (or 0xFEC2B2) is known color: Melon. HEX triplet: FE, C2 and B2. RGB value is (254,194,178). Sum of RGB (Red+Green+Blue) = 254+194+178=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2B2 is #013D4D. Grayscale: #D2D2D2. Windows color (decimal): -81230 or 11715326. OLE color: 11715326.

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

Color convert

RGB 254 194 178 -
CMYK 0 0.24 0.30 0.00
HSL 12.63º 0.97% 0.85% -
HSV(B) 12.63º 0.3% 1% -
XYZ 68.2 62.87 50.66 -
YUV 210.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 254 194 178 0 0.24 0.30 0.00 12.63 0.97 0.85
Hex FE C2 B2 0 18 1E 0 D 61 55
Octal 376 302 262 0 30 36 0 15 141 125
Binary 11111110 11000010 10110010 0 11000 11110 0 1101 1100001 1010101

Color Harmonies of #FEC2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2B2

Black with #FEC2B2

Text Example


Text Example

White with #FEC2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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