#FA9ECF

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

Shades of Carnation Pink #FA9ECF

Tints of Carnation Pink #FA9ECF

Color information

#FA9ECF (or 0xFA9ECF) is unknown color: approx Carnation Pink. HEX triplet: FA, 9E and CF. RGB value is (250,158,207). Sum of RGB (Red+Green+Blue) = 250+158+207=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ECF is #056130. Grayscale: #BEBEBE. Windows color (decimal): -352561 or 13606650. OLE color: 13606650.

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

Color convert

RGB250158207-
CMYK00.370.170.02
HSL328.04º90.2%80%-
HSV(B)328.04º36.8%98.04%-
XYZ62.9149.2865.23-
YUV191.09136.98170.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 158 (62.11% from 255) = 25.69%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=40.65%
G=25.69%
B=33.66%

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
Decimal25015820700.370.170.02328.0490.280
HexFA9ECF0251121485a50
Octal372236317045212510132120
Binary1111101010011110110011110100101100011010100100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9ECF; }

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

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

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

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

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

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

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

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