#FDA3CD

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

Shades of Carnation Pink #FDA3CD

Tints of Carnation Pink #FDA3CD

Color information

#FDA3CD (or 0xFDA3CD) is unknown color: approx Carnation Pink. HEX triplet: FD, A3 and CD. RGB value is (253,163,205). Sum of RGB (Red+Green+Blue) = 253+163+205=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 163 (64.06% from 255 or 26.25% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3CD is #025C32. Grayscale: #C2C2C2. Windows color (decimal): -154675 or 13476861. OLE color: 13476861.

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

Color convert

RGB253163205-
CMYK00.360.190.01
HSL332º95.74%81.57%-
HSV(B)332º35.57%99.22%-
XYZ64.6251.4864.29-
YUV194.7133.82169.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 163 (64.06% from 255) = 26.25%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=40.74%
G=26.25%
B=33.01%

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
Decimal25316320500.360.190.0133295.7481.57
HexFDA3CD02413114c6052
Octal375243315044231514140122
Binary111111011010001111001101010010010011110100110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA3CD; }

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

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

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

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

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

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

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

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