#FA9ECD

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

Shades of Carnation Pink #FA9ECD

Tints of Carnation Pink #FA9ECD

Color information

#FA9ECD (or 0xFA9ECD) is unknown color: approx Carnation Pink. HEX triplet: FA, 9E and CD. RGB value is (250,158,205). Sum of RGB (Red+Green+Blue) = 250+158+205=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ECD is #056132. Grayscale: #BEBEBE. Windows color (decimal): -352563 or 13475578. OLE color: 13475578.

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

Color convert

RGB250158205-
CMYK00.370.180.02
HSL329.35º90.2%80%-
HSV(B)329.35º36.8%98.04%-
XYZ62.6749.1963.95-
YUV190.87135.98170.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 158 (62.11% from 255) = 25.77%
BLUE value IS 205 (80.47% from 255) = 33.44%
R=40.78%
G=25.77%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015820500.370.180.02329.3590.280
HexFA9ECD0251221495a50
Octal372236315045222511132120
Binary1111101010011110110011010100101100101010100100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9ECD; }

 p { color: rgb(250,158,205); }

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

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

 a { background-color: rgb(250,158,205); }

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

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

 span { border-color: rgb(250,158,205); }

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