#FCAAC7

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

Shades of Carnation Pink #FCAAC7

Tints of Carnation Pink #FCAAC7

Color information

#FCAAC7 (or 0xFCAAC7) is unknown color: approx Carnation Pink. HEX triplet: FC, AA and C7. RGB value is (252,170,199). Sum of RGB (Red+Green+Blue) = 252+170+199=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAC7 is #035538. Grayscale: #C5C5C5. Windows color (decimal): -218425 or 13085436. OLE color: 13085436.

HSL color Cylindrical-coordinate representation of color #FCAAC7: hue angle of 338.78º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAAC7 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB252170199-
CMYK00.330.210.01
HSL338.78º93.18%82.75%-
HSV(B)338.78º32.54%98.82%-
XYZ64.8353.5760.96-
YUV197.82128.67166.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 199 (78.12% from 255) = 32.05%
R=40.58%
G=27.38%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217019900.330.210.01338.7893.1882.75
HexFCAAC70211511535d53
Octal374252307041251523135123
Binary111111001010101011000111010000110101110101001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAC7; }

 p { color: rgb(252,170,199); }

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

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

 a { background-color: rgb(252,170,199); }

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

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

 span { border-color: rgb(252,170,199); }

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