#FA96BD

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

Shades of Shocking #FA96BD

Tints of Shocking #FA96BD

Color information

#FA96BD (or 0xFA96BD) is unknown color: approx Shocking. HEX triplet: FA, 96 and BD. RGB value is (250,150,189). Sum of RGB (Red+Green+Blue) = 250+150+189=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96BD is #056942. Grayscale: #B8B8B8. Windows color (decimal): -354627 or 12424954. OLE color: 12424954.

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

Color convert

RGB250150189-
CMYK00.40.240.02
HSL336.6º90.91%78.43%-
HSV(B)336.6º40%98.04%-
XYZ59.5245.8153.85-
YUV184.35130.63174.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 150 (58.98% from 255) = 25.47%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=42.44%
G=25.47%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015018900.40.240.02336.690.9178.43
HexFA96BD0281821515b4e
Octal372226275050302521133116
Binary1111101010010110101111010101000110001010101000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96BD; }

 p { color: rgb(250,150,189); }

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

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

 a { background-color: rgb(250,150,189); }

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

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

 span { border-color: rgb(250,150,189); }

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