Html Css Color HEX #FEC5D1 Pink

📋 copy color: '#FEC5D1'

red 254 ◦ green 197 ◦ blue 209

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

Shades of Pink #FEC5D1

Tints of Pink #FEC5D1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.85%

 BLUE value IS 209 (82.03% from 255) = 31.67%

R = 38.48%
G = 29.85%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEC5D1 (or 0xFEC5D1) is known color: Pink. HEX triplet: FE, C5 and D1. RGB value is (254,197,209). Sum of RGB (Red+Green+Blue) = 254+197+209=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 197 (77.34% from 255 or 29.85% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5D1 is #013A2E. Grayscale: #D7D7D7. Windows color (decimal): -80431 or 13747710. OLE color: 13747710.

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

Color convert

RGB 254 197 209 -
CMYK 0 0.22 0.18 0.00
HSL 347.37º 0.97% 0.88% -
HSV(B) 347.37º 0.22% 1% -
XYZ 72.35 65.61 69.17 -
YUV 215.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 254 197 209 0 0.22 0.18 0.00 347.37 0.97 0.88
Hex FE C5 D1 0 16 12 0 15B 61 58
Octal 376 305 321 0 26 22 0 533 141 130
Binary 11111110 11000101 11010001 0 10110 10010 0 101011011 1100001 1011000

Color Harmonies of #FEC5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5D1

Black with #FEC5D1

Text Example


Text Example

White with #FEC5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5D1; }

 p { color: rgb(254,197,209); }

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

background-color css

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

 a { background-color: rgb(254,197,209); }

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

border-color css

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

 span { border-color: rgb(254,197,209); }

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