Html Css Color HEX #FEC5BA Your Pink

📋 copy color: '#FEC5BA'

red 254 ◦ green 197 ◦ blue 186

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

Shades of Your Pink #FEC5BA

Tints of Your Pink #FEC5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.2%

R = 39.87%
G = 30.93%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEC5BA (or 0xFEC5BA) is known color: Your Pink. HEX triplet: FE, C5 and BA. RGB value is (254,197,186). Sum of RGB (Red+Green+Blue) = 254+197+186=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5BA is #013A45. Grayscale: #D4D4D4. Windows color (decimal): -80454 or 12240382. OLE color: 12240382.

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

Color convert

RGB 254 197 186 -
CMYK 0 0.22 0.27 0.00
HSL 9.71º 0.97% 0.86% -
HSV(B) 9.71º 0.27% 1% -
XYZ 69.7 64.55 55.24 -
YUV 212.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 254 197 186 0 0.22 0.27 0.00 9.71 0.97 0.86
Hex FE C5 BA 0 16 1B 0 A 61 56
Octal 376 305 272 0 26 33 0 12 141 126
Binary 11111110 11000101 10111010 0 10110 11011 0 1010 1100001 1010110

Color Harmonies of #FEC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5BA

Black with #FEC5BA

Text Example


Text Example

White with #FEC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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