#FAA9C9

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

Shades of Carnation Pink #FAA9C9

Tints of Carnation Pink #FAA9C9

Color information

#FAA9C9 (or 0xFAA9C9) is unknown color: approx Carnation Pink. HEX triplet: FA, A9 and C9. RGB value is (250,169,201). Sum of RGB (Red+Green+Blue) = 250+169+201=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9C9 is #055636. Grayscale: #C4C4C4. Windows color (decimal): -349751 or 13216250. OLE color: 13216250.

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

Color convert

RGB250169201-
CMYK00.320.200.02
HSL336.3º89.01%82.16%-
HSV(B)336.3º32.4%98.04%-
XYZ64.1552.9262.09-
YUV196.87130.34165.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 169 (66.41% from 255) = 27.26%
BLUE value IS 201 (78.91% from 255) = 32.42%
R=40.32%
G=27.26%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016920100.320.200.02336.389.0182.16
HexFAA9C90201421505952
Octal372251311040242520131122
Binary1111101010101001110010010100000101001010101000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA9C9; }

 p { color: rgb(250,169,201); }

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

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

 a { background-color: rgb(250,169,201); }

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

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

 span { border-color: rgb(250,169,201); }

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