Html Css Color HEX #FEC5BD Your Pink

📋 copy color: '#FEC5BD'

red 254 ◦ green 197 ◦ blue 189

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

Shades of Your Pink #FEC5BD

Tints of Your Pink #FEC5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.53%

R = 39.69%
G = 30.78%
B = 29.53%

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

#FEC5BD (or 0xFEC5BD) is known color: Your Pink. HEX triplet: FE, C5 and BD. RGB value is (254,197,189). Sum of RGB (Red+Green+Blue) = 254+197+189=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5BD is #013A42. Grayscale: #D5D5D5. Windows color (decimal): -80451 or 12436990. OLE color: 12436990.

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

Color convert

RGB 254 197 189 -
CMYK 0 0.22 0.26 0.00
HSL 7.38º 0.97% 0.87% -
HSV(B) 7.38º 0.26% 1% -
XYZ 70.02 64.68 56.94 -
YUV 213.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 254 197 189 0 0.22 0.26 0.00 7.38 0.97 0.87
Hex FE C5 BD 0 16 1A 0 7 61 57
Octal 376 305 275 0 26 32 0 7 141 127
Binary 11111110 11000101 10111101 0 10110 11010 0 111 1100001 1010111

Color Harmonies of #FEC5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5BD

Black with #FEC5BD

Text Example


Text Example

White with #FEC5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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