#FEC3B9

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

Shades of Your Pink #FEC3B9

Tints of Your Pink #FEC3B9

Color information

#FEC3B9 (or 0xFEC3B9) is unknown color: approx Your Pink. HEX triplet: FE, C3 and B9. RGB value is (254,195,185). Sum of RGB (Red+Green+Blue) = 254+195+185=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3B9 is #013C46. Grayscale: #D3D3D3. Windows color (decimal): -80967 or 12174334. OLE color: 12174334.

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

Color convert

RGB254195185-
CMYK00.230.270.00
HSL8.7º97.18%86.08%-
HSV(B)8.7º27.17%99.61%-
XYZ69.1563.654.53-
YUV211.5113.05158.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 195 (76.56% from 255) = 30.76%
BLUE value IS 185 (72.66% from 255) = 29.18%
R=40.06%
G=30.76%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419518500.230.270.008.797.1886.08
HexFEC3B90171B096156
Octal37630327102733011141126
Binary111111101100001110111001010111110110100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3B9; }

 p { color: rgb(254,195,185); }

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

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

 a { background-color: rgb(254,195,185); }

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

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

 span { border-color: rgb(254,195,185); }

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