Html Css Color HEX #FEC8BA Your Pink

📋 copy color: '#FEC8BA'

red 254 ◦ green 200 ◦ blue 186

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

Shades of Your Pink #FEC8BA

Tints of Your Pink #FEC8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.25%

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

R = 39.69%
G = 31.25%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEC8BA (or 0xFEC8BA) is known color: Your Pink. HEX triplet: FE, C8 and BA. RGB value is (254,200,186). Sum of RGB (Red+Green+Blue) = 254+200+186=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8BA is #013745. Grayscale: #D6D6D6. Windows color (decimal): -79686 or 12241150. OLE color: 12241150.

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

Color convert

RGB 254 200 186 -
CMYK 0 0.21 0.27 0.00
HSL 12.35º 0.97% 0.86% -
HSV(B) 12.35º 0.27% 1% -
XYZ 70.39 65.92 55.47 -
YUV 214.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 254 200 186 0 0.21 0.27 0.00 12.35 0.97 0.86
Hex FE C8 BA 0 15 1B 0 C 61 56
Octal 376 310 272 0 25 33 0 14 141 126
Binary 11111110 11001000 10111010 0 10101 11011 0 1100 1100001 1010110

Color Harmonies of #FEC8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8BA

Black with #FEC8BA

Text Example


Text Example

White with #FEC8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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