Html Css Color HEX #FEC6D1 Pink

📋 copy color: '#FEC6D1'

red 254 ◦ green 198 ◦ blue 209

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

Shades of Pink #FEC6D1

Tints of Pink #FEC6D1

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.95%

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

R = 38.43%
G = 29.95%
B = 31.62%

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

#FEC6D1 (or 0xFEC6D1) is known color: Pink. HEX triplet: FE, C6 and D1. RGB value is (254,198,209). Sum of RGB (Red+Green+Blue) = 254+198+209=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 198 (77.73% from 255 or 29.95% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6D1 is #01392E. Grayscale: #D8D8D8. Windows color (decimal): -80175 or 13747966. OLE color: 13747966.

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

Color convert

RGB 254 198 209 -
CMYK 0 0.22 0.18 0.00
HSL 348.21º 0.97% 0.89% -
HSV(B) 348.21º 0.22% 1% -
XYZ 72.58 66.06 69.25 -
YUV 216 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 254 198 209 0 0.22 0.18 0.00 348.21 0.97 0.89
Hex FE C6 D1 0 16 12 0 15C 61 59
Octal 376 306 321 0 26 22 0 534 141 131
Binary 11111110 11000110 11010001 0 10110 10010 0 101011100 1100001 1011001

Color Harmonies of #FEC6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC6D1

Black with #FEC6D1

Text Example


Text Example

White with #FEC6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC6D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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