#FEBBBA

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

Shades of Your Pink #FEBBBA

Tints of Your Pink #FEBBBA

Color information

#FEBBBA (or 0xFEBBBA) is unknown color: approx Your Pink. HEX triplet: FE, BB and BA. RGB value is (254,187,186). Sum of RGB (Red+Green+Blue) = 254+187+186=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBBA is #014445. Grayscale: #CECECE. Windows color (decimal): -83014 or 12237822. OLE color: 12237822.

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

Color convert

RGB254187186-
CMYK00.260.270.00
HSL0.88º97.14%86.27%-
HSV(B)0.88º26.77%99.61%-
XYZ67.5160.1654.51-
YUV206.92116.2161.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=40.51%
G=29.82%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418718600.260.270.000.8897.1486.27
HexFEBBBA01A1B016156
Octal3762732720323301141126
Binary111111101011101110111010011010110110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBBA; }

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

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

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

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

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

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

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

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