#FAA6C1

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

Shades of Carnation Pink #FAA6C1

Tints of Carnation Pink #FAA6C1

Color information

#FAA6C1 (or 0xFAA6C1) is unknown color: approx Carnation Pink. HEX triplet: FA, A6 and C1. RGB value is (250,166,193). Sum of RGB (Red+Green+Blue) = 250+166+193=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6C1 is #05593E. Grayscale: #C2C2C2. Windows color (decimal): -350527 or 12691194. OLE color: 12691194.

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

Color convert

RGB250166193-
CMYK00.340.230.02
HSL340.71º89.36%81.57%-
HSV(B)340.71º33.6%98.04%-
XYZ62.6951.4557.08-
YUV194.19127.33167.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 166 (65.23% from 255) = 27.26%
BLUE value IS 193 (75.78% from 255) = 31.69%
R=41.05%
G=27.26%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016619300.340.230.02340.7189.3681.57
HexFAA6C10221721555952
Octal372246301042272525131122
Binary1111101010100110110000010100010101111010101010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA6C1; }

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

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

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

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

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

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

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

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