Html Css Color HEX #FEC9B9 Your Pink

📋 copy color: '#FEC9B9'

red 254 ◦ green 201 ◦ blue 185

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

Shades of Your Pink #FEC9B9

Tints of Your Pink #FEC9B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.91%

R = 39.69%
G = 31.41%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEC9B9 (or 0xFEC9B9) is known color: Your Pink. HEX triplet: FE, C9 and B9. RGB value is (254,201,185). Sum of RGB (Red+Green+Blue) = 254+201+185=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 185 (72.66% from 255 or 28.91% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9B9 is #013646. Grayscale: #D7D7D7. Windows color (decimal): -79431 or 12175870. OLE color: 12175870.

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

Color convert

RGB 254 201 185 -
CMYK 0 0.21 0.27 0.00
HSL 13.91º 0.97% 0.86% -
HSV(B) 13.91º 0.27% 1% -
XYZ 70.52 66.35 54.99 -
YUV 215.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 254 201 185 0 0.21 0.27 0.00 13.91 0.97 0.86
Hex FE C9 B9 0 15 1B 0 E 61 56
Octal 376 311 271 0 25 33 0 16 141 126
Binary 11111110 11001001 10111001 0 10101 11011 0 1110 1100001 1010110

Color Harmonies of #FEC9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9B9

Black with #FEC9B9

Text Example


Text Example

White with #FEC9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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