#FA9CCF

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

Shades of Carnation Pink #FA9CCF

Tints of Carnation Pink #FA9CCF

Color information

#FA9CCF (or 0xFA9CCF) is unknown color: approx Carnation Pink. HEX triplet: FA, 9C and CF. RGB value is (250,156,207). Sum of RGB (Red+Green+Blue) = 250+156+207=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CCF is #056330. Grayscale: #BDBDBD. Windows color (decimal): -353073 or 13606138. OLE color: 13606138.

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

Color convert

RGB250156207-
CMYK00.380.170.02
HSL327.45º90.38%79.61%-
HSV(B)327.45º37.6%98.04%-
XYZ62.5848.6165.12-
YUV189.92137.64170.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=40.78%
G=25.45%
B=33.77%

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
Decimal25015620700.380.170.02327.4590.3879.61
HexFA9CCF0261121475a50
Octal372234317046212507132120
Binary1111101010011100110011110100110100011010100011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CCF; }

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

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

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

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

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

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

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

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