#FAA6C7

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

Shades of Carnation Pink #FAA6C7

Tints of Carnation Pink #FAA6C7

Color information

#FAA6C7 (or 0xFAA6C7) is unknown color: approx Carnation Pink. HEX triplet: FA, A6 and C7. RGB value is (250,166,199). Sum of RGB (Red+Green+Blue) = 250+166+199=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6C7 is #055938. Grayscale: #C2C2C2. Windows color (decimal): -350521 or 13084410. OLE color: 13084410.

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

Color convert

RGB250166199-
CMYK00.340.200.02
HSL336.43º89.36%81.57%-
HSV(B)336.43º33.6%98.04%-
XYZ63.3751.7260.68-
YUV194.88130.33167.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 166 (65.23% from 255) = 26.99%
BLUE value IS 199 (78.12% from 255) = 32.36%
R=40.65%
G=26.99%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016619900.340.200.02336.4389.3681.57
HexFAA6C70221421505952
Octal372246307042242520131122
Binary1111101010100110110001110100010101001010101000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA6C7; }

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

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

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

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

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

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

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

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