#FFC1A6

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

Shades of Romantic #FFC1A6

Tints of Romantic #FFC1A6

Color information

#FFC1A6 (or 0xFFC1A6) is unknown color: approx Romantic. HEX triplet: FF, C1 and A6. RGB value is (255,193,166). Sum of RGB (Red+Green+Blue) = 255+193+166=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC1A6 is #003E59. Grayscale: #D0D0D0. Windows color (decimal): -15962 or 10928639. OLE color: 10928639.

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

Color convert

RGB255193166-
CMYK00.240.350
HSL18.2º100%82.55%-
HSV(B)18.2º34.9%100%-
XYZ67.1962.1544.53-
YUV208.46104.04161.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 166 (65.23% from 255) = 27.04%
R=41.53%
G=31.43%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519316600.240.35018.210082.55
HexFFC1A6018230126453
Octal37730124603043022144123
Binary11111111110000011010011001100010001101001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1A6; }

 p { color: rgb(255,193,166); }

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

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

 a { background-color: rgb(255,193,166); }

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

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

 span { border-color: rgb(255,193,166); }

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