#FAA6BF

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

Shades of Carnation Pink #FAA6BF

Tints of Carnation Pink #FAA6BF

Color information

#FAA6BF (or 0xFAA6BF) is unknown color: approx Carnation Pink. HEX triplet: FA, A6 and BF. RGB value is (250,166,191). Sum of RGB (Red+Green+Blue) = 250+166+191=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6BF is #055940. Grayscale: #C1C1C1. Windows color (decimal): -350529 or 12560122. OLE color: 12560122.

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

Color convert

RGB250166191-
CMYK00.340.240.02
HSL342.14º89.36%81.57%-
HSV(B)342.14º33.6%98.04%-
XYZ62.4651.3655.91-
YUV193.97126.33167.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 166 (65.23% from 255) = 27.35%
BLUE value IS 191 (75% from 255) = 31.47%
R=41.19%
G=27.35%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016619100.340.240.02342.1489.3681.57
HexFAA6BF0221821565952
Octal372246277042302526131122
Binary1111101010100110101111110100010110001010101011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA6BF; }

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

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

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

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

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

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

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

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