#FA9DBB

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

Shades of Carnation Pink #FA9DBB

Tints of Carnation Pink #FA9DBB

Color information

#FA9DBB (or 0xFA9DBB) is unknown color: approx Carnation Pink. HEX triplet: FA, 9D and BB. RGB value is (250,157,187). Sum of RGB (Red+Green+Blue) = 250+157+187=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DBB is #056244. Grayscale: #BCBCBC. Windows color (decimal): -352837 or 12295674. OLE color: 12295674.

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

Color convert

RGB250157187-
CMYK00.370.250.02
HSL340.65º90.29%79.8%-
HSV(B)340.65º37.2%98.04%-
XYZ60.4548.0353.1-
YUV188.23127.31172.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 157 (61.72% from 255) = 26.43%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=42.09%
G=26.43%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015718700.370.250.02340.6590.2979.8
HexFA9DBB0251921555a50
Octal372235273045312525132120
Binary1111101010011101101110110100101110011010101010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DBB; }

 p { color: rgb(250,157,187); }

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

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

 a { background-color: rgb(250,157,187); }

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

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

 span { border-color: rgb(250,157,187); }

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