#FEBBBB

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

Shades of Your Pink #FEBBBB

Tints of Your Pink #FEBBBB

Color information

#FEBBBB (or 0xFEBBBB) is unknown color: approx Your Pink. HEX triplet: FE, BB and BB. RGB value is (254,187,187). Sum of RGB (Red+Green+Blue) = 254+187+187=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBBB is #014444. Grayscale: #CFCFCF. Windows color (decimal): -83013 or 12303358. OLE color: 12303358.

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

Color convert

RGB254187187-
CMYK00.260.260.00
HSL97.1%86.47%-
HSV(B)26.38%99.61%-
XYZ67.6160.255.07-
YUV207.03116.7161.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.45%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 187 (73.44% from 255) = 29.78%
R=40.45%
G=29.78%
B=29.78%

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
Decimal25418718700.260.260.00097.186.47
HexFEBBBB01A1A006156
Octal3762732730323200141126
Binary111111101011101110111011011010110100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBBB; }

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

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

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

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

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

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

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

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