#FB95BE

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

Shades of Shocking #FB95BE

Tints of Shocking #FB95BE

Color information

#FB95BE (or 0xFB95BE) is unknown color: approx Shocking. HEX triplet: FB, 95 and BE. RGB value is (251,149,190). Sum of RGB (Red+Green+Blue) = 251+149+190=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95BE is #046A41. Grayscale: #B8B8B8. Windows color (decimal): -289346 or 12490235. OLE color: 12490235.

HSL color Cylindrical-coordinate representation of color #FB95BE: hue angle of 335.88º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB95BE is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251149190-
CMYK00.410.240.02
HSL335.88º92.73%78.43%-
HSV(B)335.88º40.64%98.43%-
XYZ59.8345.7254.39-
YUV184.17131.29175.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 149 (58.59% from 255) = 25.25%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=42.54%
G=25.25%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114919000.410.240.02335.8892.7378.43
HexFB95BE0291821505d4e
Octal373225276051302520135116
Binary1111101110010101101111100101001110001010101000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95BE; }

 p { color: rgb(251,149,190); }

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

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

 a { background-color: rgb(251,149,190); }

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

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

 span { border-color: rgb(251,149,190); }

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