Html Css Color HEX #FEC1B6 Your Pink

📋 copy color: '#FEC1B6'

red 254 ◦ green 193 ◦ blue 182

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

Shades of Your Pink #FEC1B6

Tints of Your Pink #FEC1B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28.93%

R = 40.38%
G = 30.68%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEC1B6 (or 0xFEC1B6) is known color: Your Pink. HEX triplet: FE, C1 and B6. RGB value is (254,193,182). Sum of RGB (Red+Green+Blue) = 254+193+182=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 182 (71.48% from 255 or 28.93% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1B6 is #013E49. Grayscale: #D2D2D2. Windows color (decimal): -81482 or 11977214. OLE color: 11977214.

HSL color Cylindrical-coordinate representation of color #FEC1B6: hue angle of 9.17º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEC1B6 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 193 182 -
CMYK 0 0.24 0.28 0.00
HSL 9.17º 0.97% 0.85% -
HSV(B) 9.17º 0.28% 1% -
XYZ 68.39 62.59 52.73 -
YUV 209.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 254 193 182 0 0.24 0.28 0.00 9.17 0.97 0.85
Hex FE C1 B6 0 18 1C 0 9 61 55
Octal 376 301 266 0 30 34 0 11 141 125
Binary 11111110 11000001 10110110 0 11000 11100 0 1001 1100001 1010101

Color Harmonies of #FEC1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1B6

Black with #FEC1B6

Text Example


Text Example

White with #FEC1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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