#FDA2CD

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

Shades of Carnation Pink #FDA2CD

Tints of Carnation Pink #FDA2CD

Color information

#FDA2CD (or 0xFDA2CD) is unknown color: approx Carnation Pink. HEX triplet: FD, A2 and CD. RGB value is (253,162,205). Sum of RGB (Red+Green+Blue) = 253+162+205=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2CD is #025D32. Grayscale: #C2C2C2. Windows color (decimal): -154931 or 13476605. OLE color: 13476605.

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

Color convert

RGB253162205-
CMYK00.360.190.01
HSL331.65º95.79%81.37%-
HSV(B)331.65º35.97%99.22%-
XYZ64.4551.1364.23-
YUV194.11134.15170-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 162 (63.67% from 255) = 26.13%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=40.81%
G=26.13%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316220500.360.190.01331.6595.7981.37
HexFDA2CD02413114c6051
Octal375242315044231514140121
Binary111111011010001011001101010010010011110100110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2CD; }

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

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

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

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

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

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

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

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