Html Css Color HEX #FEC1CF Pink

📋 copy color: '#FEC1CF'

red 254 ◦ green 193 ◦ blue 207

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

Shades of Pink #FEC1CF

Tints of Pink #FEC1CF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.51%

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

R = 38.84%
G = 29.51%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEC1CF (or 0xFEC1CF) is known color: Pink. HEX triplet: FE, C1 and CF. RGB value is (254,193,207). Sum of RGB (Red+Green+Blue) = 254+193+207=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1CF is #013E30. Grayscale: #D4D4D4. Windows color (decimal): -81457 or 13615614. OLE color: 13615614.

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

Color convert

RGB 254 193 207 -
CMYK 0 0.24 0.19 0.00
HSL 346.23º 0.97% 0.88% -
HSV(B) 346.23º 0.24% 1% -
XYZ 71.21 63.72 67.58 -
YUV 212.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 254 193 207 0 0.24 0.19 0.00 346.23 0.97 0.88
Hex FE C1 CF 0 18 13 0 15A 61 58
Octal 376 301 317 0 30 23 0 532 141 130
Binary 11111110 11000001 11001111 0 11000 10011 0 101011010 1100001 1011000

Color Harmonies of #FEC1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1CF

Black with #FEC1CF

Text Example


Text Example

White with #FEC1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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