#FAA9CC

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

Shades of Carnation Pink #FAA9CC

Tints of Carnation Pink #FAA9CC

Color information

#FAA9CC (or 0xFAA9CC) is unknown color: approx Carnation Pink. HEX triplet: FA, A9 and CC. RGB value is (250,169,204). Sum of RGB (Red+Green+Blue) = 250+169+204=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9CC is #055633. Grayscale: #C5C5C5. Windows color (decimal): -349748 or 13412858. OLE color: 13412858.

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

Color convert

RGB250169204-
CMYK00.320.180.02
HSL334.07º89.01%82.16%-
HSV(B)334.07º32.4%98.04%-
XYZ64.5153.0663.97-
YUV197.21131.84165.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 169 (66.41% from 255) = 27.13%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=40.13%
G=27.13%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016920400.320.180.02334.0789.0182.16
HexFAA9CC02012214e5952
Octal372251314040222516131122
Binary1111101010101001110011000100000100101010100111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA9CC; }

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

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

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

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

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

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

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

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