#FEBDBB

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

Shades of Your Pink #FEBDBB

Tints of Your Pink #FEBDBB

Color information

#FEBDBB (or 0xFEBDBB) is unknown color: approx Your Pink. HEX triplet: FE, BD and BB. RGB value is (254,189,187). Sum of RGB (Red+Green+Blue) = 254+189+187=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDBB is #014244. Grayscale: #D0D0D0. Windows color (decimal): -82501 or 12303870. OLE color: 12303870.

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

Color convert

RGB254189187-
CMYK00.260.260.00
HSL1.79º97.1%86.47%-
HSV(B)1.79º26.38%99.61%-
XYZ68.0461.0555.21-
YUV208.21116.03160.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 189 (74.22% from 255) = 30%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=40.32%
G=30%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418918700.260.260.001.7997.186.47
HexFEBDBB01A1A026156
Octal3762752730323202141126
Binary1111111010111101101110110110101101001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDBB; }

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

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

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

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

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

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

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

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