#FAA9C8

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

Shades of Carnation Pink #FAA9C8

Tints of Carnation Pink #FAA9C8

Color information

#FAA9C8 (or 0xFAA9C8) is unknown color: approx Carnation Pink. HEX triplet: FA, A9 and C8. RGB value is (250,169,200). Sum of RGB (Red+Green+Blue) = 250+169+200=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9C8 is #055637. Grayscale: #C4C4C4. Windows color (decimal): -349752 or 13150714. OLE color: 13150714.

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

Color convert

RGB250169200-
CMYK00.320.20.02
HSL337.04º89.01%82.16%-
HSV(B)337.04º32.4%98.04%-
XYZ64.0452.8761.47-
YUV196.75129.84165.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 169 (66.41% from 255) = 27.30%
BLUE value IS 200 (78.52% from 255) = 32.31%
R=40.39%
G=27.30%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016920000.320.20.02337.0489.0182.16
HexFAA9C80201421515952
Octal372251310040242521131122
Binary1111101010101001110010000100000101001010101000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA9C8; }

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

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

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

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

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

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

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

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