#FAA6C5

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

Shades of Carnation Pink #FAA6C5

Tints of Carnation Pink #FAA6C5

Color information

#FAA6C5 (or 0xFAA6C5) is unknown color: approx Carnation Pink. HEX triplet: FA, A6 and C5. RGB value is (250,166,197). Sum of RGB (Red+Green+Blue) = 250+166+197=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6C5 is #05593A. Grayscale: #C2C2C2. Windows color (decimal): -350523 or 12953338. OLE color: 12953338.

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

Color convert

RGB250166197-
CMYK00.340.210.02
HSL337.86º89.36%81.57%-
HSV(B)337.86º33.6%98.04%-
XYZ63.1451.6359.46-
YUV194.65129.33167.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 166 (65.23% from 255) = 27.08%
BLUE value IS 197 (77.34% from 255) = 32.14%
R=40.78%
G=27.08%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016619700.340.210.02337.8689.3681.57
HexFAA6C50221521525952
Octal372246305042252522131122
Binary1111101010100110110001010100010101011010101001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA6C5; }

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

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

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

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

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

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

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

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