#FECABB

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

Shades of Your Pink #FECABB

Tints of Your Pink #FECABB

Color information

#FECABB (or 0xFECABB) is unknown color: approx Your Pink. HEX triplet: FE, CA and BB. RGB value is (254,202,187). Sum of RGB (Red+Green+Blue) = 254+202+187=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FECABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECABB is #013544. Grayscale: #D7D7D7. Windows color (decimal): -79173 or 12307198. OLE color: 12307198.

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

Color convert

RGB254202187-
CMYK00.200.260.00
HSL13.43º97.1%86.47%-
HSV(B)13.43º26.38%99.61%-
XYZ70.9666.956.19-
YUV215.84111.73155.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 187 (73.44% from 255) = 29.08%
R=39.50%
G=31.42%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420218700.200.260.0013.4397.186.47
HexFECABB0141A0d6156
Octal37631227302432015141126
Binary111111101100101010111011010100110100110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECABB; }

 p { color: rgb(254,202,187); }

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

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

 a { background-color: rgb(254,202,187); }

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

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

 span { border-color: rgb(254,202,187); }

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