#FEBBB9

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

Shades of Your Pink #FEBBB9

Tints of Your Pink #FEBBB9

Color information

#FEBBB9 (or 0xFEBBB9) is unknown color: approx Your Pink. HEX triplet: FE, BB and B9. RGB value is (254,187,185). Sum of RGB (Red+Green+Blue) = 254+187+185=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBB9 is #014446. Grayscale: #CECECE. Windows color (decimal): -83015 or 12172286. OLE color: 12172286.

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

Color convert

RGB254187185-
CMYK00.260.270.00
HSL1.74º97.18%86.08%-
HSV(B)1.74º27.17%99.61%-
XYZ67.460.1153.95-
YUV206.8115.7161.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 185 (72.66% from 255) = 29.55%
R=40.58%
G=29.87%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418718500.260.270.001.7497.1886.08
HexFEBBB901A1B026156
Octal3762732710323302141126
Binary1111111010111011101110010110101101101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBB9; }

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

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

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

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

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

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

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

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