Html Css Color HEX #FEC7BD Your Pink

📋 copy color: '#FEC7BD'

red 254 ◦ green 199 ◦ blue 189

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

Shades of Your Pink #FEC7BD

Tints of Your Pink #FEC7BD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31%

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

R = 39.56%
G = 31%
B = 29.44%

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

#FEC7BD (or 0xFEC7BD) is known color: Your Pink. HEX triplet: FE, C7 and BD. RGB value is (254,199,189). Sum of RGB (Red+Green+Blue) = 254+199+189=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7BD is #013842. Grayscale: #D6D6D6. Windows color (decimal): -79939 or 12437502. OLE color: 12437502.

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

Color convert

RGB 254 199 189 -
CMYK 0 0.22 0.26 0.00
HSL 9.23º 0.97% 0.87% -
HSV(B) 9.23º 0.26% 1% -
XYZ 70.48 65.59 57.09 -
YUV 214.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 254 199 189 0 0.22 0.26 0.00 9.23 0.97 0.87
Hex FE C7 BD 0 16 1A 0 9 61 57
Octal 376 307 275 0 26 32 0 11 141 127
Binary 11111110 11000111 10111101 0 10110 11010 0 1001 1100001 1010111

Color Harmonies of #FEC7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7BD

Black with #FEC7BD

Text Example


Text Example

White with #FEC7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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