#FEBFB7

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

Shades of Your Pink #FEBFB7

Tints of Your Pink #FEBFB7

Color information

#FEBFB7 (or 0xFEBFB7) is unknown color: approx Your Pink. HEX triplet: FE, BF and B7. RGB value is (254,191,183). Sum of RGB (Red+Green+Blue) = 254+191+183=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 183 (71.88% from 255 or 29.14% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFB7 is #014048. Grayscale: #D1D1D1. Windows color (decimal): -81993 or 12042238. OLE color: 12042238.

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

Color convert

RGB254191183-
CMYK00.250.280.00
HSL6.76º97.26%85.69%-
HSV(B)6.76º27.95%99.61%-
XYZ68.0561.7553.13-
YUV208.92113.37160.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.45%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 183 (71.88% from 255) = 29.14%
R=40.45%
G=30.41%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419118300.250.280.006.7697.2685.69
HexFEBFB70191C076156
Octal3762772670313407141126
Binary11111110101111111011011101100111100011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFB7; }

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

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

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

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

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

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

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

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