Html Css Color HEX #FEC3C9 Pink

📋 copy color: '#FEC3C9'

red 254 ◦ green 195 ◦ blue 201

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

Shades of Pink #FEC3C9

Tints of Pink #FEC3C9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30%

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

R = 39.08%
G = 30%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEC3C9 (or 0xFEC3C9) is known color: Pink. HEX triplet: FE, C3 and C9. RGB value is (254,195,201). Sum of RGB (Red+Green+Blue) = 254+195+201=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3C9 is #013C36. Grayscale: #D5D5D5. Windows color (decimal): -80951 or 13222910. OLE color: 13222910.

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

Color convert

RGB 254 195 201 -
CMYK 0 0.23 0.21 0.00
HSL 353.9º 0.97% 0.88% -
HSV(B) 353.9º 0.23% 1% -
XYZ 70.93 64.32 63.93 -
YUV 213.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 254 195 201 0 0.23 0.21 0.00 353.9 0.97 0.88
Hex FE C3 C9 0 17 15 0 162 61 58
Octal 376 303 311 0 27 25 0 542 141 130
Binary 11111110 11000011 11001001 0 10111 10101 0 101100010 1100001 1011000

Color Harmonies of #FEC3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3C9

Black with #FEC3C9

Text Example


Text Example

White with #FEC3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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