Html Css Color HEX #FEC1C1 Your Pink

📋 copy color: '#FEC1C1'

red 254 ◦ green 193 ◦ blue 193

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

Shades of Your Pink #FEC1C1

Tints of Your Pink #FEC1C1

RGB

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

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

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

R = 39.69%
G = 30.16%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEC1C1 (or 0xFEC1C1) is known color: Your Pink. HEX triplet: FE, C1 and C1. RGB value is (254,193,193). Sum of RGB (Red+Green+Blue) = 254+193+193=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 193 (75.78% from 255 or 30.16% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1C1 is #013E3E. Grayscale: #D3D3D3. Windows color (decimal): -81471 or 12698110. OLE color: 12698110.

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

Color convert

RGB 254 193 193 -
CMYK 0 0.24 0.24 0.00
HSL 0.97% 0.88% -
HSV(B) 0.24% 1% -
XYZ 69.57 63.06 58.96 -
YUV 211.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 254 193 193 0 0.24 0.24 0.00 0 0.97 0.88
Hex FE C1 C1 0 18 18 0 0 61 58
Octal 376 301 301 0 30 30 0 0 141 130
Binary 11111110 11000001 11000001 0 11000 11000 0 0 1100001 1011000

Color Harmonies of #FEC1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1C1

Black with #FEC1C1

Text Example


Text Example

White with #FEC1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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