Html Css Color HEX #FEC4B5 Your Pink

📋 copy color: '#FEC4B5'

red 254 ◦ green 196 ◦ blue 181

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

Shades of Your Pink #FEC4B5

Tints of Your Pink #FEC4B5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.06%

 BLUE value IS 181 (71.09% from 255) = 28.68%

R = 40.25%
G = 31.06%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEC4B5 (or 0xFEC4B5) is known color: Your Pink. HEX triplet: FE, C4 and B5. RGB value is (254,196,181). Sum of RGB (Red+Green+Blue) = 254+196+181=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4B5 is #013B4A. Grayscale: #D3D3D3. Windows color (decimal): -80715 or 11912446. OLE color: 11912446.

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

Color convert

RGB 254 196 181 -
CMYK 0 0.23 0.29 0.00
HSL 12.33º 0.97% 0.85% -
HSV(B) 12.33º 0.29% 1% -
XYZ 68.95 63.89 52.41 -
YUV 211.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 254 196 181 0 0.23 0.29 0.00 12.33 0.97 0.85
Hex FE C4 B5 0 17 1D 0 C 61 55
Octal 376 304 265 0 27 35 0 14 141 125
Binary 11111110 11000100 10110101 0 10111 11101 0 1100 1100001 1010101

Color Harmonies of #FEC4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4B5

Black with #FEC4B5

Text Example


Text Example

White with #FEC4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4B5; }

 p { color: rgb(254,196,181); }

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

background-color css

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

 a { background-color: rgb(254,196,181); }

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

border-color css

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

 span { border-color: rgb(254,196,181); }

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