#FA96CE

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

Shades of Carnation Pink #FA96CE

Tints of Carnation Pink #FA96CE

Color information

#FA96CE (or 0xFA96CE) is unknown color: approx Carnation Pink. HEX triplet: FA, 96 and CE. RGB value is (250,150,206). Sum of RGB (Red+Green+Blue) = 250+150+206=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96CE is #056931. Grayscale: #BABABA. Windows color (decimal): -354610 or 13539066. OLE color: 13539066.

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

Color convert

RGB250150206-
CMYK00.40.180.02
HSL326.4º90.91%78.43%-
HSV(B)326.4º40%98.04%-
XYZ61.4746.5964.15-
YUV186.28139.13173.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 150 (58.98% from 255) = 24.75%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=41.25%
G=24.75%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015020600.40.180.02326.490.9178.43
HexFA96CE0281221465b4e
Octal372226316050222506133116
Binary1111101010010110110011100101000100101010100011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96CE; }

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

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

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

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

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

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

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

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