#FAACC9

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

Shades of Carnation Pink #FAACC9

Tints of Carnation Pink #FAACC9

Color information

#FAACC9 (or 0xFAACC9) is unknown color: approx Carnation Pink. HEX triplet: FA, AC and C9. RGB value is (250,172,201). Sum of RGB (Red+Green+Blue) = 250+172+201=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACC9 is #055336. Grayscale: #C6C6C6. Windows color (decimal): -348983 or 13217018. OLE color: 13217018.

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

Color convert

RGB250172201-
CMYK00.310.200.02
HSL337.69º88.64%82.75%-
HSV(B)337.69º31.2%98.04%-
XYZ64.7254.0562.28-
YUV198.63129.34164.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 172 (67.58% from 255) = 27.61%
BLUE value IS 201 (78.91% from 255) = 32.26%
R=40.13%
G=27.61%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017220100.310.200.02337.6988.6482.75
HexFAACC901F1421525953
Octal372254311037242522131123
Binary111110101010110011001001011111101001010101001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACC9; }

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

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

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

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

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

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

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

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