#FA99C9

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

Shades of Carnation Pink #FA99C9

Tints of Carnation Pink #FA99C9

Color information

#FA99C9 (or 0xFA99C9) is unknown color: approx Carnation Pink. HEX triplet: FA, 99 and C9. RGB value is (250,153,201). Sum of RGB (Red+Green+Blue) = 250+153+201=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99C9 is #056636. Grayscale: #BBBBBB. Windows color (decimal): -353847 or 13212154. OLE color: 13212154.

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

Color convert

RGB250153201-
CMYK00.390.200.02
HSL330.31º90.65%79.02%-
HSV(B)330.31º38.8%98.04%-
XYZ61.3647.3261.16-
YUV187.47135.64172.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 201 (78.91% from 255) = 33.28%
R=41.39%
G=25.33%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015320100.390.200.02330.3190.6579.02
HexFA99C902714214a5b4f
Octal372231311047242512133117
Binary1111101010011001110010010100111101001010100101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99C9; }

 p { color: rgb(250,153,201); }

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

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

 a { background-color: rgb(250,153,201); }

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

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

 span { border-color: rgb(250,153,201); }

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