#FEC3B8

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

Shades of Your Pink #FEC3B8

Tints of Your Pink #FEC3B8

Color information

#FEC3B8 (or 0xFEC3B8) is unknown color: approx Your Pink. HEX triplet: FE, C3 and B8. RGB value is (254,195,184). Sum of RGB (Red+Green+Blue) = 254+195+184=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 184 (72.27% from 255 or 29.07% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3B8 is #013C47. Grayscale: #D3D3D3. Windows color (decimal): -80968 or 12108798. OLE color: 12108798.

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

Color convert

RGB254195184-
CMYK00.230.280.00
HSL9.43º97.22%85.88%-
HSV(B)9.43º27.56%99.61%-
XYZ69.0463.5653.98-
YUV211.39112.55158.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 195 (76.56% from 255) = 30.81%
BLUE value IS 184 (72.27% from 255) = 29.07%
R=40.13%
G=30.81%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419518400.230.280.009.4397.2285.88
HexFEC3B80171C096156
Octal37630327002734011141126
Binary111111101100001110111000010111111000100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3B8; }

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

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

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

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

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

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

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

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