Html Css Color HEX #FEC5BF Your Pink

📋 copy color: '#FEC5BF'

red 254 ◦ green 197 ◦ blue 191

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

Shades of Your Pink #FEC5BF

Tints of Your Pink #FEC5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.75%

R = 39.56%
G = 30.69%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEC5BF (or 0xFEC5BF) is known color: Your Pink. HEX triplet: FE, C5 and BF. RGB value is (254,197,191). Sum of RGB (Red+Green+Blue) = 254+197+191=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5BF is #013A40. Grayscale: #D5D5D5. Windows color (decimal): -80449 or 12568062. OLE color: 12568062.

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

Color convert

RGB 254 197 191 -
CMYK 0 0.22 0.25 0.00
HSL 5.71º 0.97% 0.87% -
HSV(B) 5.71º 0.25% 1% -
XYZ 70.24 64.76 58.09 -
YUV 213.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 254 197 191 0 0.22 0.25 0.00 5.71 0.97 0.87
Hex FE C5 BF 0 16 19 0 6 61 57
Octal 376 305 277 0 26 31 0 6 141 127
Binary 11111110 11000101 10111111 0 10110 11001 0 110 1100001 1010111

Color Harmonies of #FEC5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5BF

Black with #FEC5BF

Text Example


Text Example

White with #FEC5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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