#FEBFB9

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

Shades of Your Pink #FEBFB9

Tints of Your Pink #FEBFB9

Color information

#FEBFB9 (or 0xFEBFB9) is unknown color: approx Your Pink. HEX triplet: FE, BF and B9. RGB value is (254,191,185). Sum of RGB (Red+Green+Blue) = 254+191+185=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFB9 is #014046. Grayscale: #D1D1D1. Windows color (decimal): -81991 or 12173310. OLE color: 12173310.

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

Color convert

RGB254191185-
CMYK00.250.270.00
HSL5.22º97.18%86.08%-
HSV(B)5.22º27.17%99.61%-
XYZ68.2661.8454.24-
YUV209.15114.37159.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 185 (72.66% from 255) = 29.37%
R=40.32%
G=30.32%
B=29.37%

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
Decimal25419118500.250.270.005.2297.1886.08
HexFEBFB90191B056156
Octal3762772710313305141126
Binary11111110101111111011100101100111011010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFB9; }

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

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

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

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

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

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

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

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