Html Css Color HEX #FEC0C9 Pink

📋 copy color: '#FEC0C9'

red 254 ◦ green 192 ◦ blue 201

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

Shades of Pink #FEC0C9

Tints of Pink #FEC0C9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.68%

 BLUE value IS 201 (78.91% from 255) = 31.07%

R = 39.26%
G = 29.68%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEC0C9 (or 0xFEC0C9) is known color: Pink. HEX triplet: FE, C0 and C9. RGB value is (254,192,201). Sum of RGB (Red+Green+Blue) = 254+192+201=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0C9 is #013F36. Grayscale: #D3D3D3. Windows color (decimal): -81719 or 13222142. OLE color: 13222142.

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

Color convert

RGB 254 192 201 -
CMYK 0 0.24 0.21 0.00
HSL 351.29º 0.97% 0.87% -
HSV(B) 351.29º 0.24% 1% -
XYZ 70.27 62.99 63.71 -
YUV 211.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 254 192 201 0 0.24 0.21 0.00 351.29 0.97 0.87
Hex FE C0 C9 0 18 15 0 15F 61 57
Octal 376 300 311 0 30 25 0 537 141 127
Binary 11111110 11000000 11001001 0 11000 10101 0 101011111 1100001 1010111

Color Harmonies of #FEC0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0C9

Black with #FEC0C9

Text Example


Text Example

White with #FEC0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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