#FEBBCC

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

Shades of Pink #FEBBCC

Tints of Pink #FEBBCC

Color information

#FEBBCC (or 0xFEBBCC) is unknown color: approx Pink. HEX triplet: FE, BB and CC. RGB value is (254,187,204). Sum of RGB (Red+Green+Blue) = 254+187+204=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBCC is #014433. Grayscale: #D0D0D0. Windows color (decimal): -82996 or 13417470. OLE color: 13417470.

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

Color convert

RGB254187204-
CMYK00.260.200.00
HSL344.78º97.1%86.47%-
HSV(B)344.78º26.38%99.61%-
XYZ69.5460.9765.23-
YUV208.97125.2160.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.38%
GREEN value IS 187 (73.44% from 255) = 28.99%
BLUE value IS 204 (80.08% from 255) = 31.63%
R=39.38%
G=28.99%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418720400.260.200.00344.7897.186.47
HexFEBBCC01A1401596156
Octal376273314032240531141126
Binary11111110101110111100110001101010100010101100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBCC; }

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

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

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

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

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

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

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

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