Html Css Color HEX #FEC4BA Your Pink

📋 copy color: '#FEC4BA'

red 254 ◦ green 196 ◦ blue 186

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

Shades of Your Pink #FEC4BA

Tints of Your Pink #FEC4BA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.82%

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

R = 39.94%
G = 30.82%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEC4BA (or 0xFEC4BA) is known color: Your Pink. HEX triplet: FE, C4 and BA. RGB value is (254,196,186). Sum of RGB (Red+Green+Blue) = 254+196+186=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4BA is #013B45. Grayscale: #D4D4D4. Windows color (decimal): -80710 or 12240126. OLE color: 12240126.

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

Color convert

RGB 254 196 186 -
CMYK 0 0.23 0.27 0.00
HSL 8.82º 0.97% 0.86% -
HSV(B) 8.82º 0.27% 1% -
XYZ 69.48 64.1 55.16 -
YUV 212.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 254 196 186 0 0.23 0.27 0.00 8.82 0.97 0.86
Hex FE C4 BA 0 17 1B 0 9 61 56
Octal 376 304 272 0 27 33 0 11 141 126
Binary 11111110 11000100 10111010 0 10111 11011 0 1001 1100001 1010110

Color Harmonies of #FEC4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4BA

Black with #FEC4BA

Text Example


Text Example

White with #FEC4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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