Html Css Color HEX #FEC4CF Pink

📋 copy color: '#FEC4CF'

red 254 ◦ green 196 ◦ blue 207

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

Shades of Pink #FEC4CF

Tints of Pink #FEC4CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.51%

R = 38.66%
G = 29.83%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEC4CF (or 0xFEC4CF) is known color: Pink. HEX triplet: FE, C4 and CF. RGB value is (254,196,207). Sum of RGB (Red+Green+Blue) = 254+196+207=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4CF is #013B30. Grayscale: #D6D6D6. Windows color (decimal): -80689 or 13616382. OLE color: 13616382.

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

Color convert

RGB 254 196 207 -
CMYK 0 0.23 0.19 0.00
HSL 348.62º 0.97% 0.88% -
HSV(B) 348.62º 0.23% 1% -
XYZ 71.88 65.06 67.8 -
YUV 214.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 254 196 207 0 0.23 0.19 0.00 348.62 0.97 0.88
Hex FE C4 CF 0 17 13 0 15D 61 58
Octal 376 304 317 0 27 23 0 535 141 130
Binary 11111110 11000100 11001111 0 10111 10011 0 101011101 1100001 1011000

Color Harmonies of #FEC4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4CF

Black with #FEC4CF

Text Example


Text Example

White with #FEC4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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