Html Css Color HEX #FEC9CE Pink

📋 copy color: '#FEC9CE'

red 254 ◦ green 201 ◦ blue 206

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

Shades of Pink #FEC9CE

Tints of Pink #FEC9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.16%

R = 38.43%
G = 30.41%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEC9CE (or 0xFEC9CE) is known color: Pink. HEX triplet: FE, C9 and CE. RGB value is (254,201,206). Sum of RGB (Red+Green+Blue) = 254+201+206=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9CE is #013631. Grayscale: #D9D9D9. Windows color (decimal): -79410 or 13552126. OLE color: 13552126.

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

Color convert

RGB 254 201 206 -
CMYK 0 0.21 0.19 0.00
HSL 354.34º 0.96% 0.89% -
HSV(B) 354.34º 0.21% 1% -
XYZ 72.9 67.3 67.54 -
YUV 217.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 254 201 206 0 0.21 0.19 0.00 354.34 0.96 0.89
Hex FE C9 CE 0 15 13 0 162 60 59
Octal 376 311 316 0 25 23 0 542 140 131
Binary 11111110 11001001 11001110 0 10101 10011 0 101100010 1100000 1011001

Color Harmonies of #FEC9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9CE

Black with #FEC9CE

Text Example


Text Example

White with #FEC9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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