Html Css Color HEX #FEC9BE Your Pink

📋 copy color: '#FEC9BE'

red 254 ◦ green 201 ◦ blue 190

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

Shades of Your Pink #FEC9BE

Tints of Your Pink #FEC9BE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.16%

 BLUE value IS 190 (74.61% from 255) = 29.46%

R = 39.38%
G = 31.16%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEC9BE (or 0xFEC9BE) is known color: Your Pink. HEX triplet: FE, C9 and BE. RGB value is (254,201,190). Sum of RGB (Red+Green+Blue) = 254+201+190=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9BE is #013641. Grayscale: #D7D7D7. Windows color (decimal): -79426 or 12503550. OLE color: 12503550.

HSL color Cylindrical-coordinate representation of color #FEC9BE: hue angle of 10.31º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEC9BE is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 201 190 -
CMYK 0 0.21 0.25 0.00
HSL 10.31º 0.97% 0.87% -
HSV(B) 10.31º 0.25% 1% -
XYZ 71.05 66.56 57.82 -
YUV 215.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 254 201 190 0 0.21 0.25 0.00 10.31 0.97 0.87
Hex FE C9 BE 0 15 19 0 A 61 57
Octal 376 311 276 0 25 31 0 12 141 127
Binary 11111110 11001001 10111110 0 10101 11001 0 1010 1100001 1010111

Color Harmonies of #FEC9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9BE

Black with #FEC9BE

Text Example


Text Example

White with #FEC9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9BE; }

 p { color: rgb(254,201,190); }

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

background-color css

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

 a { background-color: rgb(254,201,190); }

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

border-color css

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

 span { border-color: rgb(254,201,190); }

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