#FEBFB5

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

Shades of Your Pink #FEBFB5

Tints of Your Pink #FEBFB5

Color information

#FEBFB5 (or 0xFEBFB5) is unknown color: approx Your Pink. HEX triplet: FE, BF and B5. RGB value is (254,191,181). Sum of RGB (Red+Green+Blue) = 254+191+181=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFB5 is #01404A. Grayscale: #D0D0D0. Windows color (decimal): -81995 or 11911166. OLE color: 11911166.

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

Color convert

RGB254191181-
CMYK00.250.290.00
HSL8.22º97.33%85.29%-
HSV(B)8.22º28.74%99.61%-
XYZ67.8461.6752.04-
YUV208.7112.37160.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 181 (71.09% from 255) = 28.91%
R=40.58%
G=30.51%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419118100.250.290.008.2297.3385.29
HexFEBFB50191D086155
Octal37627726503135010141125
Binary111111101011111110110101011001111010100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFB5; }

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

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

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

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

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

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

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

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