#FFC6A3

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

Shades of Romantic #FFC6A3

Tints of Romantic #FFC6A3

Color information

#FFC6A3 (or 0xFFC6A3) is unknown color: approx Romantic. HEX triplet: FF, C6 and A3. RGB value is (255,198,163). Sum of RGB (Red+Green+Blue) = 255+198+163=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 163 (64.06% from 255 or 26.46% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6A3 is #00395C. Grayscale: #D3D3D3. Windows color (decimal): -14685 or 10733311. OLE color: 10733311.

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

Color convert

RGB255198163-
CMYK00.220.360
HSL22.83º100%81.96%-
HSV(B)22.83º36.08%100%-
XYZ68.0464.2943.47-
YUV211.05100.88159.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 198 (77.73% from 255) = 32.14%
BLUE value IS 163 (64.06% from 255) = 26.46%
R=41.40%
G=32.14%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519816300.220.36022.8310081.96
HexFFC6A3016240176452
Octal37730624302644027144122
Binary11111111110001101010001101011010010001011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6A3; }

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

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

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

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

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

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

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

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