#FAA4C7

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

Shades of Carnation Pink #FAA4C7

Tints of Carnation Pink #FAA4C7

Color information

#FAA4C7 (or 0xFAA4C7) is unknown color: approx Carnation Pink. HEX triplet: FA, A4 and C7. RGB value is (250,164,199). Sum of RGB (Red+Green+Blue) = 250+164+199=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4C7 is #055B38. Grayscale: #C1C1C1. Windows color (decimal): -351033 or 13083898. OLE color: 13083898.

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

Color convert

RGB250164199-
CMYK00.340.200.02
HSL335.58º89.58%81.18%-
HSV(B)335.58º34.4%98.04%-
XYZ63.015160.56-
YUV193.7130.99168.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 164 (64.45% from 255) = 26.75%
BLUE value IS 199 (78.12% from 255) = 32.46%
R=40.78%
G=26.75%
B=32.46%

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
Decimal25016419900.340.200.02335.5889.5881.18
HexFAA4C70221421505a51
Octal372244307042242520132121
Binary1111101010100100110001110100010101001010101000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA4C7; }

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

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

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

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

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

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

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

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