#FEC3B4

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

Shades of Your Pink #FEC3B4

Tints of Your Pink #FEC3B4

Color information

#FEC3B4 (or 0xFEC3B4) is unknown color: approx Your Pink. HEX triplet: FE, C3 and B4. RGB value is (254,195,180). Sum of RGB (Red+Green+Blue) = 254+195+180=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3B4 is #013C4B. Grayscale: #D3D3D3. Windows color (decimal): -80972 or 11846654. OLE color: 11846654.

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

Color convert

RGB254195180-
CMYK00.230.290.00
HSL12.16º97.37%85.1%-
HSV(B)12.16º29.13%99.61%-
XYZ68.6363.451.8-
YUV210.93110.55158.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 195 (76.56% from 255) = 31.00%
BLUE value IS 180 (70.70% from 255) = 28.62%
R=40.38%
G=31.00%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419518000.230.290.0012.1697.3785.1
HexFEC3B40171D0c6155
Octal37630326402735014141125
Binary111111101100001110110100010111111010110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3B4; }

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

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

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

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

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

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

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

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