Html Css Color HEX #FEC4D0 Pink

📋 copy color: '#FEC4D0'

red 254 ◦ green 196 ◦ blue 208

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

Shades of Pink #FEC4D0

Tints of Pink #FEC4D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.61%

R = 38.6%
G = 29.79%
B = 31.61%

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

#FEC4D0 (or 0xFEC4D0) is known color: Pink. HEX triplet: FE, C4 and D0. RGB value is (254,196,208). Sum of RGB (Red+Green+Blue) = 254+196+208=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4D0 is #013B2F. Grayscale: #D6D6D6. Windows color (decimal): -80688 or 13681918. OLE color: 13681918.

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

Color convert

RGB 254 196 208 -
CMYK 0 0.23 0.18 0.00
HSL 347.59º 0.97% 0.88% -
HSV(B) 347.59º 0.23% 1% -
XYZ 72 65.1 68.45 -
YUV 214.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 254 196 208 0 0.23 0.18 0.00 347.59 0.97 0.88
Hex FE C4 D0 0 17 12 0 15C 61 58
Octal 376 304 320 0 27 22 0 534 141 130
Binary 11111110 11000100 11010000 0 10111 10010 0 101011100 1100001 1011000

Color Harmonies of #FEC4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4D0

Black with #FEC4D0

Text Example


Text Example

White with #FEC4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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