Html Css Color HEX #FEC5C1 Your Pink

📋 copy color: '#FEC5C1'

red 254 ◦ green 197 ◦ blue 193

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

Shades of Your Pink #FEC5C1

Tints of Your Pink #FEC5C1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.59%

 BLUE value IS 193 (75.78% from 255) = 29.97%

R = 39.44%
G = 30.59%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEC5C1 (or 0xFEC5C1) is known color: Your Pink. HEX triplet: FE, C5 and C1. RGB value is (254,197,193). Sum of RGB (Red+Green+Blue) = 254+197+193=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 197 (77.34% from 255 or 30.59% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5C1 is #013A3E. Grayscale: #D5D5D5. Windows color (decimal): -80447 or 12699134. OLE color: 12699134.

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

Color convert

RGB 254 197 193 -
CMYK 0 0.22 0.24 0.00
HSL 3.93º 0.97% 0.88% -
HSV(B) 3.93º 0.24% 1% -
XYZ 70.46 64.85 59.26 -
YUV 213.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 254 197 193 0 0.22 0.24 0.00 3.93 0.97 0.88
Hex FE C5 C1 0 16 18 0 4 61 58
Octal 376 305 301 0 26 30 0 4 141 130
Binary 11111110 11000101 11000001 0 10110 11000 0 100 1100001 1011000

Color Harmonies of #FEC5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5C1

Black with #FEC5C1

Text Example


Text Example

White with #FEC5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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