Html Css Color HEX #FEC9BD Your Pink

📋 copy color: '#FEC9BD'

red 254 ◦ green 201 ◦ blue 189

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

Shades of Your Pink #FEC9BD

Tints of Your Pink #FEC9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.35%

R = 39.44%
G = 31.21%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEC9BD (or 0xFEC9BD) is known color: Your Pink. HEX triplet: FE, C9 and BD. RGB value is (254,201,189). Sum of RGB (Red+Green+Blue) = 254+201+189=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9BD is #013642. Grayscale: #D7D7D7. Windows color (decimal): -79427 or 12438014. OLE color: 12438014.

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

Color convert

RGB 254 201 189 -
CMYK 0 0.21 0.26 0.00
HSL 11.08º 0.97% 0.87% -
HSV(B) 11.08º 0.26% 1% -
XYZ 70.95 66.52 57.24 -
YUV 215.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 254 201 189 0 0.21 0.26 0.00 11.08 0.97 0.87
Hex FE C9 BD 0 15 1A 0 B 61 57
Octal 376 311 275 0 25 32 0 13 141 127
Binary 11111110 11001001 10111101 0 10101 11010 0 1011 1100001 1010111

Color Harmonies of #FEC9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9BD

Black with #FEC9BD

Text Example


Text Example

White with #FEC9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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