Html Css Color HEX #FEC3D1 Pink

📋 copy color: '#FEC3D1'

red 254 ◦ green 195 ◦ blue 209

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

Shades of Pink #FEC3D1

Tints of Pink #FEC3D1

RGB

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

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

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

R = 38.6%
G = 29.64%
B = 31.76%

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

#FEC3D1 (or 0xFEC3D1) is known color: Pink. HEX triplet: FE, C3 and D1. RGB value is (254,195,209). Sum of RGB (Red+Green+Blue) = 254+195+209=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 195 (76.56% from 255 or 29.64% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3D1 is #013C2E. Grayscale: #D6D6D6. Windows color (decimal): -80943 or 13747198. OLE color: 13747198.

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

Color convert

RGB 254 195 209 -
CMYK 0 0.23 0.18 0.00
HSL 345.76º 0.97% 0.88% -
HSV(B) 345.76º 0.23% 1% -
XYZ 71.9 64.7 69.02 -
YUV 214.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 254 195 209 0 0.23 0.18 0.00 345.76 0.97 0.88
Hex FE C3 D1 0 17 12 0 15A 61 58
Octal 376 303 321 0 27 22 0 532 141 130
Binary 11111110 11000011 11010001 0 10111 10010 0 101011010 1100001 1011000

Color Harmonies of #FEC3D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3D1

Black with #FEC3D1

Text Example


Text Example

White with #FEC3D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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