Html Css Color HEX #FEC1CB Pink

📋 copy color: '#FEC1CB'

red 254 ◦ green 193 ◦ blue 203

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

Shades of Pink #FEC1CB

Tints of Pink #FEC1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.23%

R = 39.08%
G = 29.69%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEC1CB (or 0xFEC1CB) is known color: Pink. HEX triplet: FE, C1 and CB. RGB value is (254,193,203). Sum of RGB (Red+Green+Blue) = 254+193+203=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1CB is #013E34. Grayscale: #D4D4D4. Windows color (decimal): -81461 or 13353470. OLE color: 13353470.

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

Color convert

RGB 254 193 203 -
CMYK 0 0.24 0.20 0.00
HSL 350.16º 0.97% 0.88% -
HSV(B) 350.16º 0.24% 1% -
XYZ 70.72 63.52 65.03 -
YUV 212.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 254 193 203 0 0.24 0.20 0.00 350.16 0.97 0.88
Hex FE C1 CB 0 18 14 0 15E 61 58
Octal 376 301 313 0 30 24 0 536 141 130
Binary 11111110 11000001 11001011 0 11000 10100 0 101011110 1100001 1011000

Color Harmonies of #FEC1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1CB

Black with #FEC1CB

Text Example


Text Example

White with #FEC1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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