Html Css Color HEX #FEC5BB Your Pink

📋 copy color: '#FEC5BB'

red 254 ◦ green 197 ◦ blue 187

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

Shades of Your Pink #FEC5BB

Tints of Your Pink #FEC5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.31%

R = 39.81%
G = 30.88%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEC5BB (or 0xFEC5BB) is known color: Your Pink. HEX triplet: FE, C5 and BB. RGB value is (254,197,187). Sum of RGB (Red+Green+Blue) = 254+197+187=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5BB is #013A44. Grayscale: #D5D5D5. Windows color (decimal): -80453 or 12305918. OLE color: 12305918.

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

Color convert

RGB 254 197 187 -
CMYK 0 0.22 0.26 0.00
HSL 8.96º 0.97% 0.86% -
HSV(B) 8.96º 0.26% 1% -
XYZ 69.81 64.59 55.8 -
YUV 212.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 254 197 187 0 0.22 0.26 0.00 8.96 0.97 0.86
Hex FE C5 BB 0 16 1A 0 9 61 56
Octal 376 305 273 0 26 32 0 11 141 126
Binary 11111110 11000101 10111011 0 10110 11010 0 1001 1100001 1010110

Color Harmonies of #FEC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5BB

Black with #FEC5BB

Text Example


Text Example

White with #FEC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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