#FAACC8

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

Shades of Carnation Pink #FAACC8

Tints of Carnation Pink #FAACC8

Color information

#FAACC8 (or 0xFAACC8) is unknown color: approx Carnation Pink. HEX triplet: FA, AC and C8. RGB value is (250,172,200). Sum of RGB (Red+Green+Blue) = 250+172+200=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACC8 is #055337. Grayscale: #C6C6C6. Windows color (decimal): -348984 or 13151482. OLE color: 13151482.

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

Color convert

RGB250172200-
CMYK00.310.20.02
HSL338.46º88.64%82.75%-
HSV(B)338.46º31.2%98.04%-
XYZ64.65461.66-
YUV198.51128.84164.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 200 (78.52% from 255) = 32.15%
R=40.19%
G=27.65%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017220000.310.20.02338.4688.6482.75
HexFAACC801F1421525953
Octal372254310037242522131123
Binary111110101010110011001000011111101001010101001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACC8; }

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

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

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

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

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

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

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

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