#FEBACA

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

Shades of Pink #FEBACA

Tints of Pink #FEBACA

Color information

#FEBACA (or 0xFEBACA) is unknown color: approx Pink. HEX triplet: FE, BA and CA. RGB value is (254,186,202). Sum of RGB (Red+Green+Blue) = 254+186+202=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBACA is #014535. Grayscale: #D0D0D0. Windows color (decimal): -83254 or 13286142. OLE color: 13286142.

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

Color convert

RGB254186202-
CMYK00.270.200.00
HSL345.88º97.14%86.27%-
HSV(B)345.88º26.77%99.61%-
XYZ69.0960.4563.9-
YUV208.16124.53160.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.56%
GREEN value IS 186 (73.05% from 255) = 28.97%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=39.56%
G=28.97%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418620200.270.200.00345.8897.1486.27
HexFEBACA01B14015a6156
Octal376272312033240532141126
Binary11111110101110101100101001101110100010101101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBACA; }

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

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

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

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

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

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

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

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