#FAA9C4

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

Shades of Carnation Pink #FAA9C4

Tints of Carnation Pink #FAA9C4

Color information

#FAA9C4 (or 0xFAA9C4) is unknown color: approx Carnation Pink. HEX triplet: FA, A9 and C4. RGB value is (250,169,196). Sum of RGB (Red+Green+Blue) = 250+169+196=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9C4 is #05563B. Grayscale: #C4C4C4. Windows color (decimal): -349756 or 12888570. OLE color: 12888570.

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

Color convert

RGB250169196-
CMYK00.320.220.02
HSL340º89.01%82.16%-
HSV(B)340º32.4%98.04%-
XYZ63.5852.6959.04-
YUV196.3127.84166.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 169 (66.41% from 255) = 27.48%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=40.65%
G=27.48%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016919600.320.220.0234089.0182.16
HexFAA9C40201621545952
Octal372251304040262524131122
Binary1111101010101001110001000100000101101010101010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA9C4; }

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

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

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

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

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

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

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

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