Html Css Color HEX #FEC4B2 Your Pink

📋 copy color: '#FEC4B2'

red 254 ◦ green 196 ◦ blue 178

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

Shades of Your Pink #FEC4B2

Tints of Your Pink #FEC4B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.34%

R = 40.45%
G = 31.21%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEC4B2 (or 0xFEC4B2) is known color: Your Pink. HEX triplet: FE, C4 and B2. RGB value is (254,196,178). Sum of RGB (Red+Green+Blue) = 254+196+178=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 178 (69.92% from 255 or 28.34% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC4B2 is #013B4D. Grayscale: #D3D3D3. Windows color (decimal): -80718 or 11715838. OLE color: 11715838.

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

Color convert

RGB 254 196 178 -
CMYK 0 0.23 0.30 0.00
HSL 14.21º 0.97% 0.85% -
HSV(B) 14.21º 0.3% 1% -
XYZ 68.65 63.77 50.81 -
YUV 211.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 254 196 178 0 0.23 0.30 0.00 14.21 0.97 0.85
Hex FE C4 B2 0 17 1E 0 E 61 55
Octal 376 304 262 0 27 36 0 16 141 125
Binary 11111110 11000100 10110010 0 10111 11110 0 1110 1100001 1010101

Color Harmonies of #FEC4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4B2

Black with #FEC4B2

Text Example


Text Example

White with #FEC4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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