#FA99C0

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

Shades of Carnation Pink #FA99C0

Tints of Carnation Pink #FA99C0

Color information

#FA99C0 (or 0xFA99C0) is unknown color: approx Carnation Pink. HEX triplet: FA, 99 and C0. RGB value is (250,153,192). Sum of RGB (Red+Green+Blue) = 250+153+192=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99C0 is #05663F. Grayscale: #BABABA. Windows color (decimal): -353856 or 12622330. OLE color: 12622330.

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

Color convert

RGB250153192-
CMYK00.390.230.02
HSL335.88º90.65%79.02%-
HSV(B)335.88º38.8%98.04%-
XYZ60.3346.9155.74-
YUV186.45131.14173.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 153 (60.16% from 255) = 25.71%
BLUE value IS 192 (75.39% from 255) = 32.27%
R=42.02%
G=25.71%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015319200.390.230.02335.8890.6579.02
HexFA99C00271721505b4f
Octal372231300047272520133117
Binary1111101010011001110000000100111101111010101000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99C0; }

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

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

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

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

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

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

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

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