Html Css Color HEX #FEC4D3 Pink

📋 copy color: '#FEC4D3'

red 254 ◦ green 196 ◦ blue 211

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

Shades of Pink #FEC4D3

Tints of Pink #FEC4D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.92%

R = 38.43%
G = 29.65%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEC4D3 (or 0xFEC4D3) is known color: Pink. HEX triplet: FE, C4 and D3. RGB value is (254,196,211). Sum of RGB (Red+Green+Blue) = 254+196+211=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 196 (76.95% from 255 or 29.65% from 661); Blue value is 211 (82.81% from 255 or 31.92% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4D3 is #013B2C. Grayscale: #D7D7D7. Windows color (decimal): -80685 or 13878526. OLE color: 13878526.

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

Color convert

RGB 254 196 211 -
CMYK 0 0.23 0.17 0.00
HSL 344.48º 0.97% 0.88% -
HSV(B) 344.48º 0.23% 1% -
XYZ 72.37 65.25 70.41 -
YUV 215.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 254 196 211 0 0.23 0.17 0.00 344.48 0.97 0.88
Hex FE C4 D3 0 17 11 0 158 61 58
Octal 376 304 323 0 27 21 0 530 141 130
Binary 11111110 11000100 11010011 0 10111 10001 0 101011000 1100001 1011000

Color Harmonies of #FEC4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4D3

Black with #FEC4D3

Text Example


Text Example

White with #FEC4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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