#FEBEBB

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

Shades of Your Pink #FEBEBB

Tints of Your Pink #FEBEBB

Color information

#FEBEBB (or 0xFEBEBB) is unknown color: approx Your Pink. HEX triplet: FE, BE and BB. RGB value is (254,190,187). Sum of RGB (Red+Green+Blue) = 254+190+187=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEBB is #014144. Grayscale: #D0D0D0. Windows color (decimal): -82245 or 12304126. OLE color: 12304126.

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

Color convert

RGB254190187-
CMYK00.250.260.00
HSL2.69º97.1%86.47%-
HSV(B)2.69º26.38%99.61%-
XYZ68.2661.4955.28-
YUV208.79115.7160.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=40.25%
G=30.11%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419018700.250.260.002.6997.186.47
HexFEBEBB0191A036156
Octal3762762730313203141126
Binary1111111010111110101110110110011101001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEBB; }

 p { color: rgb(254,190,187); }

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

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

 a { background-color: rgb(254,190,187); }

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

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

 span { border-color: rgb(254,190,187); }

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