#FEC2B6

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

Shades of Your Pink #FEC2B6

Tints of Your Pink #FEC2B6

Color information

#FEC2B6 (or 0xFEC2B6) is unknown color: approx Your Pink. HEX triplet: FE, C2 and B6. RGB value is (254,194,182). Sum of RGB (Red+Green+Blue) = 254+194+182=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 182 (71.48% from 255 or 28.89% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2B6 is #013D49. Grayscale: #D2D2D2. Windows color (decimal): -81226 or 11977470. OLE color: 11977470.

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

Color convert

RGB254194182-
CMYK00.240.280.00
HSL10º97.3%85.49%-
HSV(B)10º28.35%99.61%-
XYZ68.6163.0352.81-
YUV210.57111.88158.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 194 (76.17% from 255) = 30.79%
BLUE value IS 182 (71.48% from 255) = 28.89%
R=40.32%
G=30.79%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419418200.240.280.001097.385.49
HexFEC2B60181C0a6155
Octal37630226603034012141125
Binary111111101100001010110110011000111000101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC2B6; }

 p { color: rgb(254,194,182); }

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

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

 a { background-color: rgb(254,194,182); }

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

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

 span { border-color: rgb(254,194,182); }

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