Html Css Color HEX #FEC5B4 Your Pink

📋 copy color: '#FEC5B4'

red 254 ◦ green 197 ◦ blue 180

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

Shades of Your Pink #FEC5B4

Tints of Your Pink #FEC5B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.53%

R = 40.25%
G = 31.22%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEC5B4 (or 0xFEC5B4) is known color: Your Pink. HEX triplet: FE, C5 and B4. RGB value is (254,197,180). Sum of RGB (Red+Green+Blue) = 254+197+180=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 180 (70.70% from 255 or 28.53% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5B4 is #013A4B. Grayscale: #D4D4D4. Windows color (decimal): -80460 or 11847166. OLE color: 11847166.

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

Color convert

RGB 254 197 180 -
CMYK 0 0.22 0.29 0.00
HSL 13.78º 0.97% 0.85% -
HSV(B) 13.78º 0.29% 1% -
XYZ 69.08 64.3 51.95 -
YUV 212.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 254 197 180 0 0.22 0.29 0.00 13.78 0.97 0.85
Hex FE C5 B4 0 16 1D 0 E 61 55
Octal 376 305 264 0 26 35 0 16 141 125
Binary 11111110 11000101 10110100 0 10110 11101 0 1110 1100001 1010101

Color Harmonies of #FEC5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5B4

Black with #FEC5B4

Text Example


Text Example

White with #FEC5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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