#FAA1BD

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

Shades of Carnation Pink #FAA1BD

Tints of Carnation Pink #FAA1BD

Color information

#FAA1BD (or 0xFAA1BD) is unknown color: approx Carnation Pink. HEX triplet: FA, A1 and BD. RGB value is (250,161,189). Sum of RGB (Red+Green+Blue) = 250+161+189=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1BD is #055E42. Grayscale: #BEBEBE. Windows color (decimal): -351811 or 12427770. OLE color: 12427770.

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

Color convert

RGB250161189-
CMYK00.360.240.02
HSL341.12º89.9%80.59%-
HSV(B)341.12º35.6%98.04%-
XYZ61.3549.4954.46-
YUV190.8126.99170.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 161 (63.28% from 255) = 26.83%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=41.67%
G=26.83%
B=31.5%

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
Decimal25016118900.360.240.02341.1289.980.59
HexFAA1BD0241821555a51
Octal372241275044302525132121
Binary1111101010100001101111010100100110001010101010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA1BD; }

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

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

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

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

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

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

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

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