Html Css Color HEX #FEC4D1 Pink

📋 copy color: '#FEC4D1'

red 254 ◦ green 196 ◦ blue 209

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

Shades of Pink #FEC4D1

Tints of Pink #FEC4D1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.74%

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

R = 38.54%
G = 29.74%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEC4D1 (or 0xFEC4D1) is known color: Pink. HEX triplet: FE, C4 and D1. RGB value is (254,196,209). Sum of RGB (Red+Green+Blue) = 254+196+209=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 196 (76.95% from 255 or 29.74% from 659); Blue value is 209 (82.03% from 255 or 31.71% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4D1 is #013B2E. Grayscale: #D6D6D6. Windows color (decimal): -80687 or 13747454. OLE color: 13747454.

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

Color convert

RGB 254 196 209 -
CMYK 0 0.23 0.18 0.00
HSL 346.55º 0.97% 0.88% -
HSV(B) 346.55º 0.23% 1% -
XYZ 72.12 65.15 69.1 -
YUV 214.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 254 196 209 0 0.23 0.18 0.00 346.55 0.97 0.88
Hex FE C4 D1 0 17 12 0 15B 61 58
Octal 376 304 321 0 27 22 0 533 141 130
Binary 11111110 11000100 11010001 0 10111 10010 0 101011011 1100001 1011000

Color Harmonies of #FEC4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4D1

Black with #FEC4D1

Text Example


Text Example

White with #FEC4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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