#FA9DD0

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

Shades of Carnation Pink #FA9DD0

Tints of Carnation Pink #FA9DD0

Color information

#FA9DD0 (or 0xFA9DD0) is unknown color: approx Carnation Pink. HEX triplet: FA, 9D and D0. RGB value is (250,157,208). Sum of RGB (Red+Green+Blue) = 250+157+208=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DD0 is #05622F. Grayscale: #BEBEBE. Windows color (decimal): -352816 or 13671930. OLE color: 13671930.

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

Color convert

RGB250157208-
CMYK00.370.170.02
HSL327.1º90.29%79.8%-
HSV(B)327.1º37.2%98.04%-
XYZ62.8748.9965.82-
YUV190.62137.81170.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 157 (61.72% from 255) = 25.53%
BLUE value IS 208 (81.64% from 255) = 33.82%
R=40.65%
G=25.53%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015720800.370.170.02327.190.2979.8
HexFA9DD00251121475a50
Octal372235320045212507132120
Binary1111101010011101110100000100101100011010100011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DD0; }

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

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

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

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

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

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

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

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