#FDAACA

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

Shades of Carnation Pink #FDAACA

Tints of Carnation Pink #FDAACA

Color information

#FDAACA (or 0xFDAACA) is unknown color: approx Carnation Pink. HEX triplet: FD, AA and CA. RGB value is (253,170,202). Sum of RGB (Red+Green+Blue) = 253+170+202=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAACA is #025535. Grayscale: #C6C6C6. Windows color (decimal): -152886 or 13282045. OLE color: 13282045.

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

Color convert

RGB253170202-
CMYK00.330.200.01
HSL336.87º95.4%82.94%-
HSV(B)336.87º32.81%99.22%-
XYZ65.5453.962.83-
YUV198.46130166.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 170 (66.80% from 255) = 27.2%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=40.48%
G=27.2%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317020200.330.200.01336.8795.482.94
HexFDAACA0211411515f53
Octal375252312041241521137123
Binary111111011010101011001010010000110100110101000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAACA; }

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

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

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

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

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

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

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

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