#FA9DCA

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

Shades of Carnation Pink #FA9DCA

Tints of Carnation Pink #FA9DCA

Color information

#FA9DCA (or 0xFA9DCA) is unknown color: approx Carnation Pink. HEX triplet: FA, 9D and CA. RGB value is (250,157,202). Sum of RGB (Red+Green+Blue) = 250+157+202=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DCA is #056235. Grayscale: #BDBDBD. Windows color (decimal): -352822 or 13278714. OLE color: 13278714.

HSL color Cylindrical-coordinate representation of color #FA9DCA: hue angle of 330.97º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9DCA is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250157202-
CMYK00.370.190.02
HSL330.97º90.29%79.8%-
HSV(B)330.97º37.2%98.04%-
XYZ62.1448.762-
YUV189.94134.81170.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 157 (61.72% from 255) = 25.78%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=41.05%
G=25.78%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015720200.370.190.02330.9790.2979.8
HexFA9DCA02513214b5a50
Octal372235312045232513132120
Binary1111101010011101110010100100101100111010100101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DCA; }

 p { color: rgb(250,157,202); }

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

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

 a { background-color: rgb(250,157,202); }

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

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

 span { border-color: rgb(250,157,202); }

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