#FFA3D0

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

Shades of Carnation Pink #FFA3D0

Tints of Carnation Pink #FFA3D0

Color information

#FFA3D0 (or 0xFFA3D0) is unknown color: approx Carnation Pink. HEX triplet: FF, A3 and D0. RGB value is (255,163,208). Sum of RGB (Red+Green+Blue) = 255+163+208=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 163 (64.06% from 255 or 26.04% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3D0 is #005C2F. Grayscale: #C3C3C3. Windows color (decimal): -23600 or 13673471. OLE color: 13673471.

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

Color convert

RGB255163208-
CMYK00.360.180
HSL330.65º100%81.96%-
HSV(B)330.65º36.08%100%-
XYZ65.7252.0166.25-
YUV195.64134.98170.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 163 (64.06% from 255) = 26.04%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=40.73%
G=26.04%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516320800.360.180330.6510081.96
HexFFA3D002412014b6452
Octal377243320044220513144122
Binary111111111010001111010000010010010010010100101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA3D0; }

 p { color: rgb(255,163,208); }

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

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

 a { background-color: rgb(255,163,208); }

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

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

 span { border-color: rgb(255,163,208); }

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