Html Css Color HEX #FEC1C8 Pink

📋 copy color: '#FEC1C8'

red 254 ◦ green 193 ◦ blue 200

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

Shades of Pink #FEC1C8

Tints of Pink #FEC1C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.91%

R = 39.26%
G = 29.83%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEC1C8 (or 0xFEC1C8) is known color: Pink. HEX triplet: FE, C1 and C8. RGB value is (254,193,200). Sum of RGB (Red+Green+Blue) = 254+193+200=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 200 (78.52% from 255 or 30.91% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1C8 is #013E37. Grayscale: #D4D4D4. Windows color (decimal): -81464 or 13156862. OLE color: 13156862.

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

Color convert

RGB 254 193 200 -
CMYK 0 0.24 0.21 0.00
HSL 353.11º 0.97% 0.88% -
HSV(B) 353.11º 0.24% 1% -
XYZ 70.37 63.38 63.17 -
YUV 212.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 254 193 200 0 0.24 0.21 0.00 353.11 0.97 0.88
Hex FE C1 C8 0 18 15 0 161 61 58
Octal 376 301 310 0 30 25 0 541 141 130
Binary 11111110 11000001 11001000 0 11000 10101 0 101100001 1100001 1011000

Color Harmonies of #FEC1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1C8

Black with #FEC1C8

Text Example


Text Example

White with #FEC1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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