#FEC2B5

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

Shades of Your Pink #FEC2B5

Tints of Your Pink #FEC2B5

Color information

#FEC2B5 (or 0xFEC2B5) is unknown color: approx Your Pink. HEX triplet: FE, C2 and B5. RGB value is (254,194,181). Sum of RGB (Red+Green+Blue) = 254+194+181=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 181 (71.09% from 255 or 28.78% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2B5 is #013D4A. Grayscale: #D2D2D2. Windows color (decimal): -81227 or 11911934. OLE color: 11911934.

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

Color convert

RGB254194181-
CMYK00.240.290.00
HSL10.68º97.33%85.29%-
HSV(B)10.68º28.74%99.61%-
XYZ68.5162.9952.26-
YUV210.46111.38159.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 194 (76.17% from 255) = 30.84%
BLUE value IS 181 (71.09% from 255) = 28.78%
R=40.38%
G=30.84%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419418100.240.290.0010.6897.3385.29
HexFEC2B50181D0b6155
Octal37630226503035013141125
Binary111111101100001010110101011000111010101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC2B5; }

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

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

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

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

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

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

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

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