#FA99CE

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

Shades of Carnation Pink #FA99CE

Tints of Carnation Pink #FA99CE

Color information

#FA99CE (or 0xFA99CE) is unknown color: approx Carnation Pink. HEX triplet: FA, 99 and CE. RGB value is (250,153,206). Sum of RGB (Red+Green+Blue) = 250+153+206=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99CE is #056631. Grayscale: #BBBBBB. Windows color (decimal): -353842 or 13539834. OLE color: 13539834.

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

Color convert

RGB250153206-
CMYK00.390.180.02
HSL327.22º90.65%79.02%-
HSV(B)327.22º38.8%98.04%-
XYZ61.9647.5664.31-
YUV188.04138.14172.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 153 (60.16% from 255) = 25.12%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=41.05%
G=25.12%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015320600.390.180.02327.2290.6579.02
HexFA99CE0271221475b4f
Octal372231316047222507133117
Binary1111101010011001110011100100111100101010100011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99CE; }

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

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

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

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

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

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

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

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