#FA9CBC

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

Shades of Carnation Pink #FA9CBC

Tints of Carnation Pink #FA9CBC

Color information

#FA9CBC (or 0xFA9CBC) is unknown color: approx Carnation Pink. HEX triplet: FA, 9C and BC. RGB value is (250,156,188). Sum of RGB (Red+Green+Blue) = 250+156+188=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CBC is #056343. Grayscale: #BBBBBB. Windows color (decimal): -353092 or 12360954. OLE color: 12360954.

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

Color convert

RGB250156188-
CMYK00.380.250.02
HSL339.57º90.38%79.61%-
HSV(B)339.57º37.6%98.04%-
XYZ60.3947.7353.61-
YUV187.75128.14172.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 156 (61.33% from 255) = 26.26%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=42.09%
G=26.26%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015618800.380.250.02339.5790.3879.61
HexFA9CBC0261921545a50
Octal372234274046312524132120
Binary1111101010011100101111000100110110011010101010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CBC; }

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

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

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

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

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

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

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

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