#FDA2C5

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

Shades of Carnation Pink #FDA2C5

Tints of Carnation Pink #FDA2C5

Color information

#FDA2C5 (or 0xFDA2C5) is unknown color: approx Carnation Pink. HEX triplet: FD, A2 and C5. RGB value is (253,162,197). Sum of RGB (Red+Green+Blue) = 253+162+197=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2C5 is #025D3A. Grayscale: #C1C1C1. Windows color (decimal): -154939 or 12952317. OLE color: 12952317.

HSL color Cylindrical-coordinate representation of color #FDA2C5: hue angle of 336.92º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA2C5 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB253162197-
CMYK00.360.220.01
HSL336.92º95.79%81.37%-
HSV(B)336.92º35.97%99.22%-
XYZ63.5150.7559.27-
YUV193.2130.15170.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 162 (63.67% from 255) = 26.47%
BLUE value IS 197 (77.34% from 255) = 32.19%
R=41.34%
G=26.47%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316219700.360.220.01336.9295.7981.37
HexFDA2C50241611516051
Octal375242305044261521140121
Binary111111011010001011000101010010010110110101000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2C5; }

 p { color: rgb(253,162,197); }

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

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

 a { background-color: rgb(253,162,197); }

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

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

 span { border-color: rgb(253,162,197); }

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