#FAA1C0

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

Shades of Carnation Pink #FAA1C0

Tints of Carnation Pink #FAA1C0

Color information

#FAA1C0 (or 0xFAA1C0) is unknown color: approx Carnation Pink. HEX triplet: FA, A1 and C0. RGB value is (250,161,192). Sum of RGB (Red+Green+Blue) = 250+161+192=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1C0 is #055E3F. Grayscale: #BFBFBF. Windows color (decimal): -351808 or 12624378. OLE color: 12624378.

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

Color convert

RGB250161192-
CMYK00.360.230.02
HSL339.1º89.9%80.59%-
HSV(B)339.1º35.6%98.04%-
XYZ61.6849.6256.2-
YUV191.14128.49169.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 161 (63.28% from 255) = 26.70%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=41.46%
G=26.70%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016119200.360.230.02339.189.980.59
HexFAA1C00241721535a51
Octal372241300044272523132121
Binary1111101010100001110000000100100101111010101001110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA1C0; }

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

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

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

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

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

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

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

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