#FEBFBA

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

Shades of Your Pink #FEBFBA

Tints of Your Pink #FEBFBA

Color information

#FEBFBA (or 0xFEBFBA) is unknown color: approx Your Pink. HEX triplet: FE, BF and BA. RGB value is (254,191,186). Sum of RGB (Red+Green+Blue) = 254+191+186=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFBA is #014045. Grayscale: #D1D1D1. Windows color (decimal): -81990 or 12238846. OLE color: 12238846.

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

Color convert

RGB254191186-
CMYK00.250.270.00
HSL4.41º97.14%86.27%-
HSV(B)4.41º26.77%99.61%-
XYZ68.3761.8854.79-
YUV209.27114.87159.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=40.25%
G=30.27%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419118600.250.270.004.4197.1486.27
HexFEBFBA0191B046156
Octal3762772720313304141126
Binary11111110101111111011101001100111011010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFBA; }

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

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

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

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

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

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

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

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