Html Css Color HEX #FEC8B9 Your Pink

📋 copy color: '#FEC8B9'

red 254 ◦ green 200 ◦ blue 185

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

Shades of Your Pink #FEC8B9

Tints of Your Pink #FEC8B9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.3%

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

R = 39.75%
G = 31.3%
B = 28.95%

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

#FEC8B9 (or 0xFEC8B9) is known color: Your Pink. HEX triplet: FE, C8 and B9. RGB value is (254,200,185). Sum of RGB (Red+Green+Blue) = 254+200+185=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 185 (72.66% from 255 or 28.95% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8B9 is #013746. Grayscale: #D6D6D6. Windows color (decimal): -79687 or 12175614. OLE color: 12175614.

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

Color convert

RGB 254 200 185 -
CMYK 0 0.21 0.27 0.00
HSL 13.04º 0.97% 0.86% -
HSV(B) 13.04º 0.27% 1% -
XYZ 70.28 65.88 54.91 -
YUV 214.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 254 200 185 0 0.21 0.27 0.00 13.04 0.97 0.86
Hex FE C8 B9 0 15 1B 0 D 61 56
Octal 376 310 271 0 25 33 0 15 141 126
Binary 11111110 11001000 10111001 0 10101 11011 0 1101 1100001 1010110

Color Harmonies of #FEC8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8B9

Black with #FEC8B9

Text Example


Text Example

White with #FEC8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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