Html Css Color HEX #FEC9CF Pink

📋 copy color: '#FEC9CF'

red 254 ◦ green 201 ◦ blue 207

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

Shades of Pink #FEC9CF

Tints of Pink #FEC9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.27%

R = 38.37%
G = 30.36%
B = 31.27%

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

#FEC9CF (or 0xFEC9CF) is known color: Pink. HEX triplet: FE, C9 and CF. RGB value is (254,201,207). Sum of RGB (Red+Green+Blue) = 254+201+207=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9CF is #013630. Grayscale: #D9D9D9. Windows color (decimal): -79409 or 13617662. OLE color: 13617662.

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

Color convert

RGB 254 201 207 -
CMYK 0 0.21 0.19 0.00
HSL 353.21º 0.96% 0.89% -
HSV(B) 353.21º 0.21% 1% -
XYZ 73.02 67.35 68.18 -
YUV 217.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 254 201 207 0 0.21 0.19 0.00 353.21 0.96 0.89
Hex FE C9 CF 0 15 13 0 161 60 59
Octal 376 311 317 0 25 23 0 541 140 131
Binary 11111110 11001001 11001111 0 10101 10011 0 101100001 1100000 1011001

Color Harmonies of #FEC9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9CF

Black with #FEC9CF

Text Example


Text Example

White with #FEC9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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