Html Css Color HEX #FEC1CE Pink

📋 copy color: '#FEC1CE'

red 254 ◦ green 193 ◦ blue 206

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

Shades of Pink #FEC1CE

Tints of Pink #FEC1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.55%

R = 38.9%
G = 29.56%
B = 31.55%

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

#FEC1CE (or 0xFEC1CE) is known color: Pink. HEX triplet: FE, C1 and CE. RGB value is (254,193,206). Sum of RGB (Red+Green+Blue) = 254+193+206=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1CE is #013E31. Grayscale: #D4D4D4. Windows color (decimal): -81458 or 13550078. OLE color: 13550078.

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

Color convert

RGB 254 193 206 -
CMYK 0 0.24 0.19 0.00
HSL 347.21º 0.97% 0.88% -
HSV(B) 347.21º 0.24% 1% -
XYZ 71.08 63.67 66.93 -
YUV 212.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 254 193 206 0 0.24 0.19 0.00 347.21 0.97 0.88
Hex FE C1 CE 0 18 13 0 15B 61 58
Octal 376 301 316 0 30 23 0 533 141 130
Binary 11111110 11000001 11001110 0 11000 10011 0 101011011 1100001 1011000

Color Harmonies of #FEC1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1CE

Black with #FEC1CE

Text Example


Text Example

White with #FEC1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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