#FDAAC7

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

Shades of Carnation Pink #FDAAC7

Tints of Carnation Pink #FDAAC7

Color information

#FDAAC7 (or 0xFDAAC7) is unknown color: approx Carnation Pink. HEX triplet: FD, AA and C7. RGB value is (253,170,199). Sum of RGB (Red+Green+Blue) = 253+170+199=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAAC7 is #025538. Grayscale: #C6C6C6. Windows color (decimal): -152889 or 13085437. OLE color: 13085437.

HSL color Cylindrical-coordinate representation of color #FDAAC7: hue angle of 339.04º degrees, saturation: 0.95, 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 #FDAAC7 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB253170199-
CMYK00.330.210.01
HSL339.04º95.4%82.94%-
HSV(B)339.04º32.81%99.22%-
XYZ65.1953.7660.97-
YUV198.12128.5167.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.68%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 199 (78.12% from 255) = 31.99%
R=40.68%
G=27.33%
B=31.99%

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
Decimal25317019900.330.210.01339.0495.482.94
HexFDAAC70211511535f53
Octal375252307041251523137123
Binary111111011010101011000111010000110101110101001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAC7; }

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

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

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

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

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

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

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

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