#FEC6B2

Color #FEC6B2 Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #FEC6B2

Tints of Your Pink #FEC6B2

Color information

#FEC6B2 (or 0xFEC6B2) is unknown color: approx Your Pink. HEX triplet: FE, C6 and B2. RGB value is (254,198,178). Sum of RGB (Red+Green+Blue) = 254+198+178=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 178 (69.92% from 255 or 28.25% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC6B2 is #01394D. Grayscale: #D4D4D4. Windows color (decimal): -80206 or 11716350. OLE color: 11716350.

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

Color convert

RGB254198178-
CMYK00.220.300.00
HSL15.79º97.44%84.71%-
HSV(B)15.79º29.92%99.61%-
XYZ69.164.6750.96-
YUV212.46108.55157.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 198 (77.73% from 255) = 31.43%
BLUE value IS 178 (69.92% from 255) = 28.25%
R=40.32%
G=31.43%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419817800.220.300.0015.7997.4484.71
HexFEC6B20161E0106155
Octal37630626202636020141125
Binary1111111011000110101100100101101111001000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC6B2; }

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

 H1.HeaderClassName
 {
   color: #FEC6B2;
 }
 .AnyTagClassName
 {
   color: #FEC6B2;
 }
</style>
background-color css

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

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

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

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

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

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