#FA9CD0

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

Shades of Carnation Pink #FA9CD0

Tints of Carnation Pink #FA9CD0

Color information

#FA9CD0 (or 0xFA9CD0) is unknown color: approx Carnation Pink. HEX triplet: FA, 9C and D0. RGB value is (250,156,208). Sum of RGB (Red+Green+Blue) = 250+156+208=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CD0 is #05632F. Grayscale: #BDBDBD. Windows color (decimal): -353072 or 13671674. OLE color: 13671674.

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

Color convert

RGB250156208-
CMYK00.380.170.02
HSL326.81º90.38%79.61%-
HSV(B)326.81º37.6%98.04%-
XYZ62.748.6565.76-
YUV190.03138.14170.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 156 (61.33% from 255) = 25.41%
BLUE value IS 208 (81.64% from 255) = 33.88%
R=40.72%
G=25.41%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015620800.380.170.02326.8190.3879.61
HexFA9CD00261121475a50
Octal372234320046212507132120
Binary1111101010011100110100000100110100011010100011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CD0; }

 p { color: rgb(250,156,208); }

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

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

 a { background-color: rgb(250,156,208); }

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

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

 span { border-color: rgb(250,156,208); }

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