#FDA2C4

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

Shades of Carnation Pink #FDA2C4

Tints of Carnation Pink #FDA2C4

Color information

#FDA2C4 (or 0xFDA2C4) is unknown color: approx Carnation Pink. HEX triplet: FD, A2 and C4. RGB value is (253,162,196). Sum of RGB (Red+Green+Blue) = 253+162+196=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2C4 is #025D3B. Grayscale: #C1C1C1. Windows color (decimal): -154940 or 12886781. OLE color: 12886781.

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

Color convert

RGB253162196-
CMYK00.360.230.01
HSL337.58º95.79%81.37%-
HSV(B)337.58º35.97%99.22%-
XYZ63.3950.7158.67-
YUV193.08129.65170.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 162 (63.67% from 255) = 26.51%
BLUE value IS 196 (76.95% from 255) = 32.08%
R=41.41%
G=26.51%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316219600.360.230.01337.5895.7981.37
HexFDA2C40241711526051
Octal375242304044271522140121
Binary111111011010001011000100010010010111110101001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2C4; }

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

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

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

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

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

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

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

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