#FAA1BF

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

Shades of Carnation Pink #FAA1BF

Tints of Carnation Pink #FAA1BF

Color information

#FAA1BF (or 0xFAA1BF) is unknown color: approx Carnation Pink. HEX triplet: FA, A1 and BF. RGB value is (250,161,191). Sum of RGB (Red+Green+Blue) = 250+161+191=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1BF is #055E40. Grayscale: #BFBFBF. Windows color (decimal): -351809 or 12558842. OLE color: 12558842.

HSL color Cylindrical-coordinate representation of color #FAA1BF: hue angle of 339.78º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA1BF is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250161191-
CMYK00.360.240.02
HSL339.78º89.9%80.59%-
HSV(B)339.78º35.6%98.04%-
XYZ61.5749.5855.61-
YUV191.03127.99170.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 161 (63.28% from 255) = 26.74%
BLUE value IS 191 (75% from 255) = 31.73%
R=41.53%
G=26.74%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016119100.360.240.02339.7889.980.59
HexFAA1BF0241821545a51
Octal372241277044302524132121
Binary1111101010100001101111110100100110001010101010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA1BF; }

 p { color: rgb(250,161,191); }

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

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

 a { background-color: rgb(250,161,191); }

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

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

 span { border-color: rgb(250,161,191); }

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