#FA9CC1

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

Shades of Carnation Pink #FA9CC1

Tints of Carnation Pink #FA9CC1

Color information

#FA9CC1 (or 0xFA9CC1) is unknown color: approx Carnation Pink. HEX triplet: FA, 9C and C1. RGB value is (250,156,193). Sum of RGB (Red+Green+Blue) = 250+156+193=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CC1 is #05633E. Grayscale: #BCBCBC. Windows color (decimal): -353087 or 12688634. OLE color: 12688634.

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

Color convert

RGB250156193-
CMYK00.380.230.02
HSL336.38º90.38%79.61%-
HSV(B)336.38º37.6%98.04%-
XYZ60.9447.9556.5-
YUV188.32130.64171.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 156 (61.33% from 255) = 26.04%
BLUE value IS 193 (75.78% from 255) = 32.22%
R=41.74%
G=26.04%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015619300.380.230.02336.3890.3879.61
HexFA9CC10261721505a50
Octal372234301046272520132120
Binary1111101010011100110000010100110101111010101000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CC1; }

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

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

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

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

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

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

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

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