#FA96C5

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

Shades of Carnation Pink #FA96C5

Tints of Carnation Pink #FA96C5

Color information

#FA96C5 (or 0xFA96C5) is unknown color: approx Carnation Pink. HEX triplet: FA, 96 and C5. RGB value is (250,150,197). Sum of RGB (Red+Green+Blue) = 250+150+197=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96C5 is #05693A. Grayscale: #B9B9B9. Windows color (decimal): -354619 or 12949242. OLE color: 12949242.

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

Color convert

RGB250150197-
CMYK00.40.210.02
HSL331.8º90.91%78.43%-
HSV(B)331.8º40%98.04%-
XYZ60.4146.1758.55-
YUV185.26134.63174.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 150 (58.98% from 255) = 25.13%
BLUE value IS 197 (77.34% from 255) = 33.00%
R=41.88%
G=25.13%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015019700.40.210.02331.890.9178.43
HexFA96C502815214c5b4e
Octal372226305050252514133116
Binary1111101010010110110001010101000101011010100110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96C5; }

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

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

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

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

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

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

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

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