#FB95BD

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

Shades of Shocking #FB95BD

Tints of Shocking #FB95BD

Color information

#FB95BD (or 0xFB95BD) is unknown color: approx Shocking. HEX triplet: FB, 95 and BD. RGB value is (251,149,189). Sum of RGB (Red+Green+Blue) = 251+149+189=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95BD is #046A42. Grayscale: #B7B7B7. Windows color (decimal): -289347 or 12424699. OLE color: 12424699.

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

Color convert

RGB251149189-
CMYK00.410.250.02
HSL336.47º92.73%78.43%-
HSV(B)336.47º40.64%98.43%-
XYZ59.7245.6853.81-
YUV184.06130.79175.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.61%
GREEN value IS 149 (58.59% from 255) = 25.30%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=42.61%
G=25.30%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114918900.410.250.02336.4792.7378.43
HexFB95BD0291921505d4e
Octal373225275051312520135116
Binary1111101110010101101111010101001110011010101000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95BD; }

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

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

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

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

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

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

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

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