#FFA3CB

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

Shades of Carnation Pink #FFA3CB

Tints of Carnation Pink #FFA3CB

Color information

#FFA3CB (or 0xFFA3CB) is unknown color: approx Carnation Pink. HEX triplet: FF, A3 and CB. RGB value is (255,163,203). Sum of RGB (Red+Green+Blue) = 255+163+203=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 163 (64.06% from 255 or 26.25% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3CB is #005C34. Grayscale: #C3C3C3. Windows color (decimal): -23605 or 13345791. OLE color: 13345791.

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

Color convert

RGB255163203-
CMYK00.360.200
HSL333.91º100%81.96%-
HSV(B)333.91º36.08%100%-
XYZ65.1251.7763.06-
YUV195.07132.48170.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 163 (64.06% from 255) = 26.25%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=41.06%
G=26.25%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516320300.360.200333.9110081.96
HexFFA3CB02414014e6452
Octal377243313044240516144122
Binary111111111010001111001011010010010100010100111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA3CB; }

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

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

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

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

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

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

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

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